Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • thanili Friend
    #206271

    Hello guys,

    i am trying to figure out how can i change mega menu width.

    I have tried to check if there is such a parameter in template manager/mega menu but i can not see any relevant info!

    Currently as you can see here:
    http://iliop.com/mariasforum2/index.php/actions
    i have 5 main menu items, i want some of them to be longer and i would like to add one more …

    However if i try to do so, mega menu breaks into a second line below..

    How can i change mega menu width? (loading in position: mainnav?)


    1. Untitled-1
    TomC Moderator
    #570188

    Try This . . . .

    If you haven’t already done so, create a new file called “custom.css” within file path –> /templates/ja_magz/css/

    Within that custom.css file, pate the following CSS rule:


    .t3-mainnav .navbar {
    width: 1300px;
    }

    Of course, you can experiment with the pixel value until you arrive at the result you’re most happy with.

    SAVE CHANGES – CLEAR CACHE- REFRESH PAGE

    Better ??

    TomC Moderator
    #735260

    Try This . . . .

    If you haven’t already done so, create a new file called “custom.css” within file path –> /templates/ja_magz/css/

    Within that custom.css file, pate the following CSS rule:


    .t3-mainnav .navbar {
    width: 1300px;
    }

    Of course, you can experiment with the pixel value until you arrive at the result you’re most happy with.

    SAVE CHANGES – CLEAR CACHE- REFRESH PAGE

    Better ??

    thanili Friend
    #570191

    Thanks Tom for replying!

    i would rather prefer to set:

    .row-fluid .span6 {}
    .row-fluid .span4 {}

    classes, to drecrease “.row-fluid .span4” width and increase “.row-fluid .span6”, since there is alotof unused space between them! So how can i control it? With css overrides? i can see that originally they are:


    .row-fluid .span6 {
    width: 48.181818181818%;
    }
    .row-fluid .span4 {
    width: 30.909090909091%;
    }

    how does these percentages are produced? Can i decrease/increase their size and analogy from within template manager?

    thanili Friend
    #735263

    Thanks Tom for replying!

    i would rather prefer to set:

    .row-fluid .span6 {}
    .row-fluid .span4 {}

    classes, to drecrease “.row-fluid .span4” width and increase “.row-fluid .span6”, since there is alotof unused space between them! So how can i control it? With css overrides? i can see that originally they are:


    .row-fluid .span6 {
    width: 48.181818181818%;
    }
    .row-fluid .span4 {
    width: 30.909090909091%;
    }

    how does these percentages are produced? Can i decrease/increase their size and analogy from within template manager?

    TomC Moderator
    #570192

    Best to modify within CSS

    TomC Moderator
    #735264

    Best to modify within CSS

    thanili Friend
    #570193

    OK! thanks!

    thanili Friend
    #735265

    OK! thanks!

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

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

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