Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • estaylor Friend
    #1028265

    Is there a way to to keep the Headline and Header Modules visible at the top of the page along with the nav?

    Pankaj Sharma Moderator
    #1028370

    Hi
    Add below code in custom.css file

    .wrap.toolbar {
        position: fixed;}
    .t3-mainnav.min-mainnav .wrap.toolbar {
        display: block;
    }
    .t3-mainnav.min-mainnav {
        margin-top: 50px;}

    Hope it helps.

    Regards

    estaylor Friend
    #1028856

    Thank you so much Pankaj! Is there a way to keep the main nav fixed as well?

    Pankaj Sharma Moderator
    #1028892

    Hi
    the main nav is already fixed position on site http://prntscr.com/f0w1pc
    Please check it again.
    Regards

    estaylor Friend
    #1029074

    My apologies, you are correct. Let me rephrase that. As you scroll down the main nav goes up behind the Headline and Header Modules then jumps back down as you continue scrolling. Is there a way to keep it in it’s original state without this happening?

    Pankaj Sharma Moderator
    #1029197

    Hi
    Add below code in /css/custom.css file

    .t3-mainnav {
        background: #eee;
        margin-top: 51px;
        border-bottom: 5px solid #f60;
        position: fixed;
        z-index: 9999;
        width: 100%!important;
    }

    Hope it helps.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum