Reduce gap between Slider and Zoom Image

Where to copy/paste this code?
The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme with Customizr here.

/* START OF Reduce gap between Slider and Zoom Image */
/* Reduce gap between Slider & Zoom Image  */
.marketing {
margin-top:     -20px;
}

/* Reduce gap between Zoom Image & FP Header  */
.widget-front > h2 {
margin-top:     0px;
margin-bottom:  0px;
}
/* END OF Reduce gap between Slider and Zoom Image */

9 thoughts on “Reduce gap between Slider and Zoom Image”

Comments are closed.