Home Forums Retail Pro Sticky “Header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15635
    Ioannis Fellas
    Participant

    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.

    #15637
    Andy
    Keymaster

    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

    #15642
    Ioannis Fellas
    Participant

    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sticky “Header’ is closed to new replies.