Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #674844

    hi, I’m not sure about title, I will try to show what I mean here.

    I have full height screen backgrounds which i really like. And there is a footer section with additional menu. I would like to have this footer section visible without scrolling.

    If I set in full height settings – minimum 75% of the screen – I get a huge gap in the bottom.

    Site – http://sirius.coma.lv/contact/

    #675762

    Hey vadikcoma,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-156 #socket .container {
        margin-top: -51px;
        background: white;
        max-width: 100%;
    }
    

    Best regards,
    Yigit

    #675794

    Thank you! It works

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display footer on one screen with full height background section’ is closed to new replies.