Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sushismb Friend
    #166528

    Hello,

    I would like to customize the width of the split menu items.

    Since I have a menu item that is long, I would like to change the width of individual menus. Unfortunately, I can’t seem to find where to adjust.

    I’d appreciate any help!

    Thank you very much in advance.

    thangnn1510 Friend
    #402238

    Could you give us your site link? I’ll check your menu.

    Thank you.

    sushismb Friend
    #402285

    Hi thangnn1510,

    The site is http://www.gitzmo.com

    I’m planning to change the menu titles to a longer one. Since I don’t want them to go to the 2nd line, I’d want to extend the length of each menu box individually instead of having it split equaly.

    I’d appreciate your help.

    Thanks!

    thangnn1510 Friend
    #402420

    Hi Sushismb!

    Thanks for giving me the site link. The width of menu item is generated by JS code so it is hard to do this. But we could change its width by some CSS code hack. Please do the following:

    – Open templates/ja_corona/css/template.css

    – Change this code:

    #ja-mainnav span.menu-title {
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 25px 15px 5px;
    text-transform: uppercase;
    }

    to

    #ja-mainnav span.menu-title {
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 25px 15px 5px;
    text-transform: uppercase;
    width: 146px !important;
    }

    Tell me if you need more help.

    Thank you.

    sushismb Friend
    #402725

    Hello thangnn1510,

    Thank you for the solutions. I will try to see if it would work.

    Is there a way to change the width of the individual menu item?

    thangnn1510 Friend
    #402824

    <em>@sushismb 255216 wrote:</em><blockquote>Hello thangnn1510,

    Thank you for the solutions. I will try to see if it would work.

    Is there a way to change the width of the individual menu item?</blockquote>

    OK, please tell me if it helps. So please give me a screenshot of individual menu item (if you could mark it red or other color, it could help me to locate menu easily.)

    Thank you.

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

This topic contains 6 replies, has 2 voices, and was last updated by  thangnn1510 12 years, 8 months ago.

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