Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • infomathmods Friend
    #1002416

    Hi,
    Can you guide me how to reduce the size of the main menu (horizontal) items? I need to have 6 items at least there, but if I have more than 5, this creates a new line, which is definitely not good-looking…
    I think I could just reduce the space between the main items (home, programme, apply): can you tell me which line in the css should I edit?

    Thanks!

    pavit Moderator
    #1002417

    Hello

    Best solution in your case is to enlarge the block width for lg screens that actually has 9 as grid width and 3 for the contact-us module space changing to 10 and 2

    To do this go to this file /templates/ja_platon/tpls/blocks/mainnav.php and find this code

    
    <div class="t3-navbar navbar-collapse collapse <?php if ($headright) echo 'col-xs-2 col-lg-9' ?>"> 

    change it to :

    
    <div class="t3-navbar navbar-collapse collapse <?php if ($headright) echo 'col-xs-2 col-lg-10' ?>">

    then find

    <div class="col-xs-8 col-md-6 col-lg-3 pull-right">

    and change to :

    <div class="col-xs-8 col-md-6 col-lg-2 pull-right">

    This will enlarge mainnav block width to allow more menu items in a single row
    Regards

    infomathmods Friend
    #1002428

    Thank you so much, it worked like a charm!

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

This topic contains 2 replies, has 2 voices, and was last updated by  infomathmods 7 years, 9 months ago.

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