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?
Hey Jason,
Just add this custom CSS code:
#av_section_1 .container { padding: 10% !important; }
Best regards,
John Torvik
Unfortunately, still pulls it down dramatically. Need at the very top of the page.
Hi,
Instead of using none for padding-top value, try using 0 instead since none is an invalid value for padding-top.
Best regards,
Nikko
Strangely, it is still there. Crazy. What am I missing?
Hi,
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,
Nikko
Actually, I do not have a caching plugin installed. Extremely basic site with just Enfold being the one thing added.
Okay, 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.