Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #810189

    Hey Jason,

    Just add this custom CSS code:

    #av_section_1 .container {
      padding: 10% !important;
    }
    

    Best regards,
    John Torvik

    #810196

    Unfortunately, still pulls it down dramatically. Need at the very top of the page.

    #810214

    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

    #810455

    Strangely, it is still there. Crazy. What am I missing?

    #810461

    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

    #810484

    Actually, I do not have a caching plugin installed. Extremely basic site with just Enfold being the one thing added.

    #810495

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Strange issue with top padding on pages with hidden navbar’ is closed to new replies.