Hi, using the color sections to create a one page website but there is a large gap between every color section, at the bottom, have you any css to reduce or set this size?
Thanks in advance… :-)
Hi stephenturner!
Could you provide us with a link to the site in question so that we can take a closer look please? Also, screenshots highlighting the look you are after would help.
Cheers!
Rikard
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#services, #spares, #gallery {
border: none!important;
}
#services .content, #spares .content, #gallery .content {
padding-top: 0;
}
Cheers!
Yigit
Thanks, did the trick, however, the first line of code setting the border as none did nothing, but the padding code worked, thanks again for great support, this can be marked as resolved… :-)