• Resolved gramenauer

    (@gramenauer)


    Hi,

    I have hidden the header in a page, but there is still a white space. I used this CSS to remove header and white space between header and body:

    .site-header {display:none;}
    div#agama-header-distance {display:none !important;}

    In addition, I have this CSS in the same page:

    h1.entry-title {display:none;}
    .vision-row {padding-top: 0px;}
    .entry-content h3 { font-size: 1.3rem;}

    Thanks in advance for your help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hi,@gramenauer!

    Maybe you should try the next code:

    div#content {
        margin-top: -30px;
    }

    Regards

    Thread Starter gramenauer

    (@gramenauer)

    Hi, @themevision

    Thank you very much for your help. It works, but… since white space only appeared on desktop, after applying your fix it takes 30 px from the image on mobile as well. Is there a way to avoid it? If it is difficult to do for you, please let it be, it is a minor issue.

    Thanks again and best regards,

    Theme Author themevision

    (@themevision)

    Hi,@gramenauer!

    Try the next code instead:

    @media (min-width: 781px){
    div#content {
        margin-top: -30px;
    }
    }

    Regards

    Thread Starter gramenauer

    (@gramenauer)

    Superb, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Agama Blue – White space on top’ is closed to new replies.