Hello support I would like to report that when Header/Mainnav is set to be sticky, menu on mobile devices is not being shown as sticky.

I noticed this on J4 without any changes to template or quickstart, so you will be able to reproduce it.

Thank you!

    Hi regenesis

    You can try this custom CSS:

    @media (max-width: 575.98px){
    .t4-header.t4-sticky {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
    }
    }
    Write a Reply...
    You need to Login to view replies.