Comments norsegoods started the conversationNovember 24, 2020 at 2:37amis there a way to disable or change the size of the sticky menu? it covers about 1/5th of the screen while scrolling. 850Jelly repliedNovember 24, 2020 at 9:43amHello,Sorry about that. Please add this code to Appearance > Customize > Additional CSS: header.overflow .navbar-brand img { height: 55px !important; }Best Regards,Jelly Teamnorsegoods repliedNovember 24, 2020 at 12:46pmthat worked but now it’s not sticking to the top 850Jelly repliedNovember 24, 2020 at 4:18pmSorry about that. Please add this code as well: @media (max-width: 991px){ header.overflow .navbar-brand img { height: 40px !important; } } Best Regards,Jelly Team Sign in to reply ...
is there a way to disable or change the size of the sticky menu? it covers about 1/5th of the screen while scrolling.
Hello,
Sorry about that. Please add this code to Appearance > Customize > Additional CSS:
Best Regards,
Jelly Team
that worked but now it’s not sticking to the top
Sorry about that. Please add this code as well:
Best Regards,
Jelly Team