test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • azri445 Friend
    #998833

    Hello Pankash,

    my js notification got problem, and i want to make the blue bar and main menu static.

    https://www.joomlart.com/forums/topic/fixed-navbar-header/

    Pankaj Sharma Moderator
    #998845

    Hi
    Add below code in custom.css file to fix the header and main nav

    
    .t3-header {   position: fixed;width: 100%; z-index: 100;}
    .t3-mainnav {
        position: fixed;
        top: 100px;
        z-index: 100;
    }
    .scrollDown .t3-header {
        top: 0px!important;
    }

    Clean cache and check.

    azri445 Friend
    #998850

    Hello pankash,
    this what happen after applying your code. the js notification still having problem, the cash on delivery move down… search bar overlap with js notification


    1. happen
    Pankaj Sharma Moderator
    #998859

    Hi
    I added the custom code in your custom.css file , you can see the menu is fixed now .
    Do not remove the code without saving it on local computer.

    azri445 Friend
    #998862

    Wasnt suppose to be the search bar align with my COD logo, and the "Hi, Cube Junction" next to js notification?

    Pankaj Sharma Moderator
    #998863

    Hi
    Add this code in custom.css and it will fix all issues.

    
    .head-login .login-greeting {
        float: right;
        margin-right: 130px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

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

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