-
AuthorPosts
-
June 20, 2017 at 4:56 am #810115
Hey everyone,
I am a bit baffled on this one. Wanted to have a splash page with a background image on the opt, a graphic element on the side and have them both line up at the top. Set the color area as such, set the navbar to hidden, and somewhere along the line, it now wants to put a 250px top padding before the inner columns where the graphic is.
dug in and adjusted 2 things in the css:
.avia-section.av-minimum-height .container .content {
vertical-align: top !important;
}Then, started fussing with the padding:
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: none !important;
}
.html_header_transparency #top .avia-builder-el-0 .container * {
padding-top: none !important;
}No dice. It keeps adding elements and re-applying the padding-top. I know this has got to be simple and I am probably missing the obvious, but what the heck is wanting the top padding in there?
June 20, 2017 at 6:33 am #810189Hey Jason,
Just add this custom CSS code:
#av_section_1 .container { padding: 10% !important; }Best regards,
John TorvikJune 20, 2017 at 6:42 am #810196Unfortunately, still pulls it down dramatically. Need at the very top of the page.
June 20, 2017 at 7:25 am #810214Hi,
Instead of using none for padding-top value, try using 0 instead since none is an invalid value for padding-top.
Best regards,
NikkoJune 20, 2017 at 4:23 pm #810455Strangely, it is still there. Crazy. What am I missing?
June 20, 2017 at 4:35 pm #810461Hi,
I have checked it again but I can still see the same css code: http://imgur.com/a/b4giW
Can you try to flush the cache if you have a caching plugin enabled.Best regards,
NikkoJune 20, 2017 at 4:54 pm #810484Actually, I do not have a caching plugin installed. Extremely basic site with just Enfold being the one thing added.
June 20, 2017 at 4:59 pm #810495Okay, clicked on save, but for some reason it returned an error as I jumped tabs to preview.
I am really curious though on the settings. The settings say it should have been at the top, without any css.
-
AuthorPosts
- The topic ‘Strange issue with top padding on pages with hidden navbar’ is closed to new replies.
