Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #785889

    Hi,

    I’m trying to ensure the advertising banner below the main menu has equal space each side of it. At the moment it’s closer to the top than the bottom of the margins. I’ve had a go at trying to sort this out through the stylesheet.css but with no luck.

    Would anyone be able to help?

    Kind Regards,

    Tim

    #786105

    Hey Timothy,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    #text-17 img {
      padding-top:5px;
    }

    Best regards,
    Rikard

    #786237

    Hi Rikard,

    Thanks for taking the time to get back to me.

    I inserted the Quick CSS but it reduced the upper padding even further. I tried increasing it to 15px and this just removed the padding completely.

    Kind Regards,

    Tim

    #786588

    Hi,

    try to add an !important:

    #text-17 img {
      padding-top: 15px !important;
    }

    Best regards,
    Andy

    #786974

    Hi Andy,

    Thanks for looking into this. The code with !important has done the same thing. It reduces the upper padding to zero.

    Kind Regards,

    Tim

    #787279

    Hi,

    I tried to open the link you’ve provided, but it doesn’t work for me. Can you check please?

    Best regards,
    Andy

    #787284

    Hi Andy,

    Sorry – the site is now live at http://www.flightdeckfriend.com

    Kind Regards,

    Tim

    #787324

    Hi,

    use this code:

    .advertising-banners-div .widget {
    padding-top: 14px;
    }

    If it doesn’t work, then please send us admin access.

    Best regards,
    Andy

    #787466

    Hi Andy,

    Thanks for the code but unfortunately it didn’t work.

    I’ve attached the admin details below.

    Kind Regards,

    Tim

    #788681

    Has anyone been able to look at this?

    Any help would be much appreciated.

    Kind Regards,

    Tim

    #788822

    Hi,

    I’m very sorry for the late response. We added this css code in the Quick CSS field.

    .header-banner-below + .advertising-banners-div {
        padding-top: 15px;
    }

    Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #788831

    That’s fantastic, many thanks Ismael.

    Kind Regards,

    Tim

    #789071

    Hi Tim,

    We’re glad that the team was able to help! We’ll close this thread now.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Header Padding Adjustment’ is closed to new replies.