Created
July 17, 2020 13:48
-
-
Save farookibrahim/8b40b00fbf7a35d6d94f6567e652390a to your computer and use it in GitHub Desktop.
Vodi - TV Shows Section Aside Header Block update column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if( ! function_exists( 'vi_child_tv_show_section_aside_header_args' ) ) { | |
| function vi_child_tv_show_section_aside_header_args( $args ) { | |
| $args['shortcode_atts']['columns'] = 7; | |
| return $args; | |
| } | |
| } | |
| add_filter( 'vodi_tv_show_section_aside_header_args', 'vi_child_tv_show_section_aside_header_args', 10 ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media (min-width: 1200px) { | |
| .home-tv-show-section-aside-header__inner .masvideos-tv-shows .home-section__header { | |
| flex: 0 0 28.5714285714%; | |
| max-width: 28.5714285714%; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment