Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • G Kor Friend
    #1074029

    Does anyone know how to make the top navigation (red horizontal space at the top) to work like the menu navigation? In other words, I would like to make it stay on the top of the page like the logo and the main menu when the user scrolls down the page.

    Thank you in advance!

    Pankaj Sharma Moderator
    #1074158

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

    @media screen and (min-width: 992px){
    .has-slideshow .t3-header {
        background: none;
        padding-top: 55px;}}
    .t3-topbar {
        background: #a22631;
        position: fixed;
        width: 100%;
        z-index: 1;
    }

    Regards

    G Kor Friend
    #1075093

    Hi thank you for the reply, however I face some problems:

    1) How I can load the /css/custom.css file?

    2) If I add the proposed css in the template.css file then I the main menu navigation is lost when I scroll down and only the top navigation remains at the top.

    Thank you for the assistance.

    Pankaj Sharma Moderator
    #1075231

    Hi
    Open template folder/css/custom.css file
    If the file is not present kindly create and add the code, also share the URL of the site on which you applied changes.

    Regards

    G Kor Friend
    #1075344
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1075540

    Hi
    Replace the older code with this one

    @media screen and (min-width: 992px){
    .has-slideshow .t3-header {
        background: none;
        top: 40px!important;
        }}
    .t3-topbar {
        background: #a22631;
        position: fixed;
        width: 100%;
        z-index: 1;
    }

    I tested it on your site and it should work.

    Regards

    G Kor Friend
    #1076014
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1076083

    Hi
    Replace the top bar code with this code

    .t3-topbar {
        background: #a22631;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
    }

    It work for all pages.

    Regards

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

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

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