Comments annaknt145 started the conversationMarch 15, 2022 at 12:57pmHi,I would like to know if there is any way to make the topbar sticky for desktop view.Thanks 2,610PenciDesign repliedMarch 15, 2022 at 1:10pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (min-width: 767px) { .penci-top-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; } #header { margin-top: 32px; } .sticky-wrapper.is-sticky #navigation { top: 32px !important; }} Regards,PenciDesign.annaknt145 repliedMarch 15, 2022 at 2:09pmAWESOME!Thanks again for the help. Sign in to reply ...
Hi,
I would like to know if there is any way to make the topbar sticky for desktop view.
Thanks
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
AWESOME!
Thanks again for the help.