Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • msilac Friend
    #192826

    Hello,

    How I can change size of navigation menu (I need more space horizontal).

    This is EN version http://www.ricardo.hr/en
    This is HR version http://www.ricardo.hr/hr – Here you can see how the menu is “fall” down when I added two new categories

    So I need more space here to the menu was in line with the logo

    Somewhere in .css?

    Thank you

    pavit Moderator
    #514708

    Hi

    You can check settings for the megamenu in this file /templates/ja_puresite/css/template.css around line 665

    /* Main Nav ---*/
    #ja-mainnav { float: right; margin: -5px 0 -1px; }

    #ja-mainnav .main { border-bottom: 1px solid #e5e6e7 }

    #ja-megamenu ul.level0 {
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/bg_menu.png);
    border-bottom: 1px solid #E2E2E2
    border-top: 1px solid #E2E2E2
    height: 50px;

    margin-top: 44px;
    }

    <blockquote>So I need more space here to the menu was in line with the logo</blockquote>

    Could you be more detailed ? maybe post here a screenshot of your desired layout for menu

    msilac Friend
    #514713

    Ok, here it is… I agree with that logo need to be smaller… just dont know where to change things so navigation can fits in line.


    1. screenshot
    pavit Moderator
    #514714

    Hi

    as i said above you need to increase the margin-top value from 44 to 84

    #ja-megamenu ul.level0 {
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/bg_menu.png);
    border-bottom: 1px solid #E2E2E2
    border-top: 1px solid #E2E2E2
    height: 50px;
    margin-top: 44px; <--- Change this to margin-top: 84px;
    }

    This is what i obtained changing that value


    1. Screenshot_1
    msilac Friend
    #514724

    No, that’s not what I need… like I explain in first post and show in attachment in third post I need that navigation in horizontal line with logo… that HR version of language… not english version of navigation.

    Just like at attachment

    Nazario A Friend
    #514773

    Hi msilac,

    Please try my suggestion:
    – Open file: /templates/ja_puresite/css/menu/mega.css
    – Change as the red line:

    .ja-megamenu ul.level0 li.mega span.menu-title {
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    }

    – Open file: /templates/ja_puresite/css/template.css
    – From:

    #ja-megamenu ul.level0 {
    background: url("../images/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E2E2E2
    border-top: 1px solid #E2E2E2
    font-family: Arial,Helvetica,sans-serif;
    height: 50px;
    margin-top: 44px;
    }

    To:

    #ja-megamenu ul.level0 {
    background: url("../images/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E2E2E2
    border-left: 1px solid #E2E2E2
    border-top: 1px solid #E2E2E2
    font-family: Arial,Helvetica,sans-serif;
    height: 50px;
    margin-top: -84px;
    }

    * Remember to clean JAT3 cache.

    You can see after changes:

    Let me know if this helps

    Regards,

    Nazario A


    1. Screenshot_2
    msilac Friend
    #515327

    Yes, that is ok. Font on navigation is a little bit smaller but it is ok.

    Thank you for your help.

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

This topic contains 7 replies, has 3 voices, and was last updated by  msilac 10 years, 11 months ago.

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