Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #829302

    No idea how to even ask this question LOL but if you go to https://bpatest.com/hitmen/about-the-hitmen-termite-and-pest-control/ or any other inner page you’ll see the top padding needs to be adjusted to show the content and sidebar headings.

    But when I do it, it pushes everything down. Making the green border separating the content and the sidebar, leave a big gap towards the bottom of the page.

    If you’re unable to see what I’m talking about, I’ll provide temporary admin access.

    Thank you!

    #830362

    Ah, so this is even more mysterious than I thought!
    Any ideas?

    #830392

    Hi!

    You have following code in style.css file

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0px !important;
    }

    Please remove it :)

    Best regards,
    Yigit

    #830422

    Thanks Yigit, but when deleting that code, it does two things:

    – Pushes down my home page content, as well as inner page content
    – leaves a gap towards the bottom of inner pages, separating the sidebar (see here towards the bottom of the page https://bpatest.com/hitmen/about-the-hitmen-termite-and-pest-control/)

    #831178

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_header_top.html_header_sticky #top #wrap_all #main:not(:first-child) {
        padding-top: 0;
    }
    

    Best regards,
    Yigit

    #832451

    Hey Yigit.

    I’ve added the above code per your direction, but again there’s a gap at the end of the sidebar just before the footer https://bpatest.com/hitmen/about-the-hitmen-termite-and-pest-control/

    I can’t seem to find where this conflict is.

    #832499

    Hi,

    Please try using following code

    #main #main {
        padding-top: 0!important;
    }

    That should work site wide :)

    Best regards,
    Yigit

    #832506

    Yigit, you’re the man. I appreciate all the time you put into helping others in this forum.

    Thank you.

    #832510

    Hi,

    You are welcome! Helping others keeps me going :)

    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 :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mysterious sitewide padding-top?’ is closed to new replies.