Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • anish28 Friend
    #1017975

    Hello i would like to know why my main menu appear on 2 line in other pages where on home page its on one line. Also how to make the main menu fix even when you scroll down the menu appear on top.

    URL: http://www.decepticonstechnology.com/strategos/


    1. error-1
    Pankaj Sharma Moderator
    #1017979

    Hi
    On homepage you are using header style2 while on other pages its default header that have different size of main nav
    Open /tpls/blocks/header.php file

        $mainnavsize = 'col-lg-7 col-sm-8';   

    replace it with

        $mainnavsize = 'col-lg-9 col-sm-8';   

    http://prntscr.com/ejosim

    Add below code in custom.css file to make the header fixed

    .t3-header {
        position: fixed;
    }
    

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 1 month ago.

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