Hello
I’ve been trying to hide the bottom padding under the first section on our website homepage, so the images sit directly on the next colour section. Please could someone advise how I do this?
Many thanks
Hey Mktg20,
Please add this CSS code in QUick CSS, located in Enfold > General Styling:
#top.home #main #av_section_1 .template-page {
padding-bottom: 0 !important;
}
Best regards,
Nikko
Hello Nikko
Thanks for your reply.
I’ve pasted this into Quick CSS but it doesn’t look like it’s worked, I did check the rest of the Quick CSS in case there was anything that might conflict but it doesn’t look like it…
Thanks
Annie
Hi Annie,
I have checked your site and can’t find the code I gave.
Please flush out the caching plugin that you’re using, that should allow the new CSS to be fetched.
Best regards,
Nikko
Hello Nikko
Thanks for your help. I put the code into additional css on the customise theme page as I had put other code here and it worked…
Is there any difference between putting the css here or in the quick css section?
Thanks
Hi Mktg20,
You’re welcome.
It’s similar but I think the only difference is Quick CSS code’s can be merged and minified with other Enfold’s code however it can also be a downside because of caching.
Best regards,
Nikko