Comments miki31-7 started the conversationApril 21, 2019 at 11:08pmHi, topbar is messy on mobile, I want to disable it on mobile and leave it only on desktop. How can I do it? 2,700PenciDesign repliedApril 22, 2019 at 7:56amHi,You can add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 480px){ .penci-top-bar { display: none; } } Best Regards,PenciDesign 1dillonwalsh repliedApril 28, 2019 at 3:02amI needed that, too, so thank you, but I discovered that "top-bar" needed to be one word, like "topbar" in order to work. Thanks again! Sign in to reply ...
Hi, topbar is messy on mobile, I want to disable it on mobile and leave it only on desktop. How can I do it?
Hi,
You can add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
I needed that, too, so thank you, but I discovered that "top-bar" needed to be one word, like "topbar" in order to work. Thanks again!