Hi,
Firstly, thank you for the amazing support!
I am using whitespace separators of 20 px, however, the space between the sections doesn’t become smaller than around 50px. How could I fix this and make the space smaller?
Thank you in advance!
Best,
Anton
Hey tonydobrevski,
Please try the following in Quick CSS under Enfold->General Styling:
.content {
paddding:0 !important;
}
Best regards,
Rikard
Hi Rikard,
Unfortunately, nothing changed after I added this to the Quick CSS. Is there another way to do it?
Thank you in advance!
Best,
Anton
Hi,
Sorry, one D too many in that code :D
Try this instead please:
.content {
padding:0 !important;
}
Best regards,
Rikard
Hi Rikard,
I didn’t see that either :D The code did the work. Thank you for the support! You can close this topic.
Best,
Anton