Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • rabarrig Friend
    #693328

    Hello guys,

    working on another project here, and I’ve come to this situation… I need to center the Main Menu below the logo image. I only have 3 items in the menu, so it looks awful. (See image 1 for current situation and image 2 for desired configuration) (Columns are not exact but you get the idea :D).

    Thanks for your help, you rock!

    TomC Moderator
    #693422

    Try This . . . .

    Within file path —> /templates/ja_zite/css/template.css
    at line 9, modify as follows:


    .#ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 45%;
    }

    THEN, at file path —> /templates/ja_zite/css/menu/mega.css
    at line 9, modify as follows:


    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333;
    font-weight: normal;
    overflow: auto;
    padding: 0 20px 15px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    How does that look ??

    TomC Moderator
    #749966

    Try This . . . .

    Within file path —> /templates/ja_zite/css/template.css
    at line 9, modify as follows:


    .#ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 45%;
    }

    THEN, at file path —> /templates/ja_zite/css/menu/mega.css
    at line 9, modify as follows:


    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333;
    font-weight: normal;
    overflow: auto;
    padding: 0 20px 15px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    How does that look ??

    rabarrig Friend
    #693423

    Can’t find the second chunk of code 🙁

    I turned off CSS optimizing.. Is there a cache that must be cleaned up too?

    rabarrig Friend
    #749967

    Can’t find the second chunk of code 🙁

    I turned off CSS optimizing.. Is there a cache that must be cleaned up too?

    TomC Moderator
    #693426

    This is odd . . . the CSS within your file structure is modified/saved, but the changes aren’t taking when I inspect the site online. :-[

    I’ve even cleared the T3 cache several times.

    Going to reach out to my fellow Support Team colleagues on this one.

    TomC Moderator
    #749970

    This is odd . . . the CSS within your file structure is modified/saved, but the changes aren’t taking when I inspect the site online. :-[

    I’ve even cleared the T3 cache several times.

    Going to reach out to my fellow Support Team colleagues on this one.

    rabarrig Friend
    #693427

    Thanks a lot, Tom.

    If you could help me changing the background color to black too it would be awesome. 😉

    I’ll stick around.

    Rod.

    rabarrig Friend
    #749971

    Thanks a lot, Tom.

    If you could help me changing the background color to black too it would be awesome. 😉

    I’ll stick around.

    Rod.

    Ninja Lead Moderator
    #693457

    Hi Rod,

    I changed the css style directly on your site as

    + Open templates/ja_zite/css/template.css file

    from

    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 45%;
    }

    to

    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 43%;
    }

    + Open templates/ja_zite/css/menu/mega.css file

    from

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333 ;
    font-weight: normal;
    padding: 0px 20px 15px 1em;
    overflow: auto;
    }

    to

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333 ;
    font-weight: normal;
    padding: 8px 20px 15px 1em;
    overflow: auto;
    }

    Now, you can see it’s working fine on your site

    Regards

    Ninja Lead Moderator
    #750001

    Hi Rod,

    I changed the css style directly on your site as

    + Open templates/ja_zite/css/template.css file

    from

    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 45%;
    }

    to

    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 43%;
    }

    + Open templates/ja_zite/css/menu/mega.css file

    from

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333 ;
    font-weight: normal;
    padding: 0px 20px 15px 1em;
    overflow: auto;
    }

    to

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333 ;
    font-weight: normal;
    padding: 8px 20px 15px 1em;
    overflow: auto;
    }

    Now, you can see it’s working fine on your site

    Regards

    TomC Moderator
    #693713

    I don’t understand why it wasn’t working when I made the changes for him . . . any idea, NinjaLead?

    TomC Moderator
    #750067

    I don’t understand why it wasn’t working when I made the changes for him . . . any idea, NinjaLead?

    rabarrig Friend
    #693738

    It’s looking fantastic, Tom, thanks a lot!

    rabarrig Friend
    #750092

    It’s looking fantastic, Tom, thanks a lot!

Viewing 15 posts - 1 through 15 (of 23 total)

This topic contains 23 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 12 months ago.

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