- This topic has 2 replies, 2 voices, and was last updated 2 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Sticky “Header’ is closed to new replies.
Home › Forums › Retail Pro › Sticky “Header
Hello, I am using your theme n my clients eshop : https://phonomono.gr
The problem is that the sticky header menu bar when scrolling down it covers the products and generaly is too big in height. How can i make it smaller or to show only bar menu when scrolling down so not to cover the screen with products? Thank you very much.
The logo is quite large at 200px in height.
You could add some custom CSS to make the logo smaller when scrolling, and the header will then not take up so much space.
#masthead.scrolled #site-branding .custom-logo {
margin: 0;
max-height: 50px;
width: auto;
}
Add the custom CSS above to Appearance > Customize > Additional CSS
Thank you very much.