Remove the padding around Metaslider in Boutique Child theme
-
So I had to add this code to add the slider to my website.
I added the code in the CSS of the Boutique child theme.
But there is lots of padding around the slider. This theme has a widget area below the header and it seems as if the slider is in there at the moment.
Can anyone help me with code to make the slider fit better in the site widht. I don’t want the slider full screen. Thanksadd_action( ‘storefront_content_top’, ‘marce_custom_slider_storefront’ );
function marce_custom_slider_storefront() {
if ( is_front_page() ) {
echo do_shortcode(“[metaslider id=218]”);
}
else {}
}The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove the padding around Metaslider in Boutique Child theme’ is closed to new replies.