Okay
  Public Ticket #2609845
sticky menu
Closed

Comments

  • norsegoods started the conversation

    is there a way to disable or change the size of the sticky menu? it covers about 1/5th of the screen while scrolling.

  •  839
    Jelly replied

    Hello,

    Sorry about that. Please add this code to Appearance > Customize > Additional CSS:

    header.overflow .navbar-brand img { height: 55px !important; }

    Best Regards,
    Jelly Team

  • norsegoods replied

    that worked but now it’s not sticking to the top 

  •  839
    Jelly replied

    Sorry about that. Please add this code as well:

    @media (max-width: 991px){ header.overflow .navbar-brand img { height: 40px !important; } }
    

    Best Regards,
    Jelly Team