test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • occhi_marrone Friend
    #200506

    Hello! Here are two screens, on newly installed site from quickstart with T3 framework 1.4.1

    and after it update to 2.3.1

    Can you help me to fix megamenu?


    1. before
    2. after
    Nazario A Friend
    #546090

    @ occhi_marrone,

    Please create new file called “custom.css” in folder “/templates/ja-hawkstore/css/” then add this code:

    #t3-mainnav .navbar .t3-megamenu .nav-child .mega-nav a {
    white-space: normal;
    }

    Let me know if this helps

    occhi_marrone Friend
    #546110

    Yes, it helps, but partly. I cant figure out, what code i should add to get original template view ( as you can see – there are dots in list and distance between icons and text is too short). Also changing aligment of submenu in Megamenu configuration doesnt effects on frontend – it’s always at the left

    Nazario A Friend
    #546283

    @occhi_marrone,

    This is our template bug. We will fix this bug and release in next version. For now, here is solution for you:

    – Please add this rule into file: /templates/ja_hawkstore/css/custom.css

    ul {
    list-style: none outside none;
    }
    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    padding: 0;
    }

    Let me know if this helps

    occhi_marrone Friend
    #546317

    Thank you, Nazario A, lists now looks great, but do you know what hook can i use to change submenu aligment to center or left?

    Nazario A Friend
    #546494

    @occhi_marrone,

    You can change the submenu alignment in the megamenu configuration in backend.

    Let me know if this helps


    1. Screenshot_15
    occhi_marrone Friend
    #546533

    Yes, i know, it worked before T3 update, but now aligments always “left”, i’ve told you this in message #3

    occhi_marrone Friend
    #546679

    after adding this code to custom.css all works

    .t3-megamenu .mega-align-left > .dropdown-menu {
    left: 0;
    }
    .t3-megamenu .mega-align-right > .dropdown-menu {
    left: auto;
    right: 0;
    }
    .t3-megamenu .mega-align-center > .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    }
    .t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
    left: 100%;
    }
    .t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
    left: auto;
    right: 100%;
    }
    .t3-megamenu .mega-align-justify {
    position: static;
    }
    .t3-megamenu .mega-align-justify > .dropdown-menu {
    left: 0;
    margin-left: 0;
    top: auto;
    }

    Nazario A Friend
    #546688

    Glad that you got it sorted.

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

This topic contains 9 replies, has 2 voices, and was last updated by  Nazario A 10 years, 3 months ago.

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