Height & Padding: Sticky vs top bar Main menu

edited January 2021 in Menu / Mega menu

The sticky menu seems to have a) a slightly decreased height and b) does not follow the logo - vertical padding (set to 0) .... both compared to the standard top bar menue

So, this is what I want ....and get in top bar menu:

This is what I get when scrolling down activating the sticky menu....just :(

Any hint how to make the sticky menu look exactly like the top - bar?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.

    thanks

  • edited January 2021

    the LINK: www.oahiki.org

    It looks a little different....but the effect is exactly the same

    top bar menu: top/bottom padding = 0

    sticky menu: smaller icon due to ???

    thanks

  • Please, go to Betheme -> Theme options -> Global -> Logo, and check the option Sticky Logo | Remove max-height & padding, and check if the sticky logo display suits you then.

    Thanks

  • edited January 2021

    ok, that fixed the issue to 80%

    • OK: large desktop screen top bar menu
    • OK: large desctop screen sticky menu
    • OK: iPhone 10 screen sticky menu
    • NOT OK: iPhone 10 top bar menu - the padding is back / looks exactly like above


  • Did you upload your logo for mobile devices to?

    If not please, go to Betheme -> Theme options -> Responsive -> General, and upload Logo and Retina Logo.

    Thanks

  • edited January 2021

    "Yes" - I did it following your advice.... But, did not change the problem.

  • Please, put the following Custom CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check if it fix your problem.

    @media screen and (max-width:767px){
       #Top_bar #logo {
          margin: 0!important;
       }
    }
    

    Thanks

  • you got it! Thank you Claus

Sign In or Register to comment.