Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created July 17, 2020 13:48
Show Gist options
  • Select an option

  • Save farookibrahim/8b40b00fbf7a35d6d94f6567e652390a to your computer and use it in GitHub Desktop.

Select an option

Save farookibrahim/8b40b00fbf7a35d6d94f6567e652390a to your computer and use it in GitHub Desktop.
Vodi - TV Shows Section Aside Header Block update column
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 );
@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