http://new.cricketdynamics.co.uk/
I have an easy slider and right after the slider I have a color section. To have some whitespace between the 2 i added a whitespace separator. However the height is always fixed at 50px and does not change no matter what value I put in. (negative px does nothing)
I have tried various CSS and the most successful was reducing the 50px in the CSS below. But this reduces the padding on all content sections. I only want it for my after slider div section. I have tried many CSS and cant get it to work.
Please help
.content, .sidebar {
padding-bottom: 50px;
padding-top: 50px;
}
I tried various variations of this with no joy too:
.after_full_slider_1 .container_wrap .container .template-page .content, .sidebar {
padding-top: 5px;
padding-bottom: 5px;
}
Hi!
Remove the hr or separator element then edit the color section after the slider. Apply a unique id in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field to add a white space on top of the section:
#custom-section {
margin-top: 10px;
}
Cheers!
Ismael
Thank you very much! That’s done the job!