when you open my site there is below the image slider a lot of white space, how to increase them ?
Hey BetuwePC!
Thanks for getting in touch with us!
To increase the white space below the slider on the homepage, please add the following CSS code in the Quick CSS field under the General Styling tab in the theme options:
#after_layer_slider_1 {
height: 200px !important;
}
Adjust the number as you wish.
Regards,
Jordan
i am sorry, i mean decrease ;) and chancing it -300 doesnt work
Hi!
Thanks for getting back to me!
The value cannot be negative. Please try the following code instead of the one given before:
#after_layer_slider_1 .container .av-content-full.units {
padding: 0 !important;
}
Regards,
Jordan
thanks , this works