Skip to content
Public Ticket #20364

Sticky Topbar

Conversation thread

annaknt145 replied

Customer Reply

AWESOME!

Thanks again for the help.

PenciDesign Supporter replied

Staff Reply

Hi,

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 started the conversation

Conversation Start

Hi,

I would like to know if there is any way to make the topbar sticky for desktop view.

Thanks

Want to join this conversation or access attachments? Sign in first.