Tagged: footer, full height, Visible
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.
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
Thank you! It works