Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #621686

    I’m using Blank Page Template and have “Hide Header” selected as well, but there is a huge gap at the top of the page that appears to be from the header I’m using for “HOME” page. See image links in private content below.

    I likely had made a change to header, but do not remember, but I just want this single page to not show anything other than the first content area I’ve set using AVIA content builder. i.e.: no padding, nothing, no menu, nothing.

    #621691

    Hey MacMyDays!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top.avia-blank #wrap_all {
        display: block;
    }

    Cheers!
    Yigit

    #621772

    Thanks Yigit – But it’s still showing at the top.

    See actual page link below.

    #622196

    Hi!

    That is because you have following custom CSS code

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

    Please change it to following one

    .page-template-default #main {
        padding-top: 180px!important;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.