mwagner Posted June 24, 2022 Share Posted June 24, 2022 Site URL: https://www.st-bede.com/ When you scroll downwards, the menu bar stays put but everyone above it turns invisible. It looks silly just floating there.... How can I make the top logo/search bar area stay put? Link to comment
MaryPhilip_ Posted June 29, 2022 Share Posted June 29, 2022 Hey @mwagner, Looks like to me that your header is transparent and the max-height of the logo is set to 0 on scroll. Without looking at the backend of your site I'm not too sure how this has occurred. But you can add the following to the CSS: /* change header to white */ #header { background-color: #fff!important; } /* keep max-height of logo */ .logo-image.header-hidden #header .logo { max-height: 100%!important; } mwagner 1 Hi 👋 I'm a Squarespace Expert Member, Circle Member & only Squarespace Authorised Trainer in Scotland. Check out my portfolio at Mary Philip. Hit the little 👍 if I've helped. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment