-
AuthorPosts
-
July 25, 2017 at 1:04 am #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!
July 26, 2017 at 10:09 pm #830362Ah, so this is even more mysterious than I thought!
Any ideas?July 26, 2017 at 11:18 pm #830392Hi!
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,
YigitJuly 27, 2017 at 1:52 am #830422Thanks 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/)July 28, 2017 at 5:26 pm #831178Hi,
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,
YigitJuly 31, 2017 at 9:50 pm #832451Hey 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.
July 31, 2017 at 11:34 pm #832499Hi,
Please try using following code
#main #main { padding-top: 0!important; }
That should work site wide :)
Best regards,
YigitJuly 31, 2017 at 11:44 pm #832506Yigit, you’re the man. I appreciate all the time you put into helping others in this forum.
Thank you.
July 31, 2017 at 11:47 pm #832510Hi,
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 -
AuthorPosts
- The topic ‘Mysterious sitewide padding-top?’ is closed to new replies.