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

    i need to change both main menu and header to full width… may i know the custom css?

    also how to change the font size for the main menu so my menu can fit the width


    1. cat
    Pankaj Sharma Moderator
    #983020

    Hi
    To reduce the font-size add below code in custom.css file and change the value as per needs .

    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }

    For full width add below code in custom.css file

    
    .t3-mainnav .container {width:100%!important;}
    
    azri445 Friend
    #983037

    thank you pankaj,

    how about to make it static, i need the menu stay there when people scroll down

    Pankaj Sharma Moderator
    #983052

    For new topic could you create a new thread with all details . It helps other users to find the same topic .

    Regards

    azri445 Friend
    #983317

    Hello pankaj,

    i already follow your step

    .t3-mainnav .container {width:100%!important;}

    but its didn’t make any changes

    azri445 Friend
    #983318

    and also

    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }

    can i make it to center? i mean auto align to center?

    Pankaj Sharma Moderator
    #983321

    Hi
    You can add text-align :center in the code

    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    text-align:center
    }

    beside you can share the URL of site i wll take a look on it .

    azri445 Friend
    #983344
    Pankaj Sharma Moderator
    #983364

    Hi
    the main nav already in center if you will add further padding it will not be in one row .
    http://prntscr.com/d2wyuf
    You can try this code in custom.css file for padding

    .navbar-nav > li {
    
        padding-left: 5px;
    }
    azri445 Friend
    #983673

    and one last thing… i already set the page width to 100%… but after editing the custom.css,the width didnt change

    Pankaj Sharma Moderator
    #983890

    Hi
    i am getting site Not found error on the URL shared by you : http://prntscr.com/d4000x
    Please check it.

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

This topic contains 10 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 1 month ago.

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