Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1241210

    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

    #1241350

    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

    #1241611

    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

    #1241616

    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

    #1241635

    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

    #1241726

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.