Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hengstler Friend
    #193465

    Hi …

    I’ve noticed that the alignment of Megamenu doesn’t work / take effect. In the backend, everything look good, but in the frontend (after cleaning cache !!), alignment is still the same.

    I’d need to justify the alignment because some menues use several sub-menues and this would be too much on the right side …

    Joomla 3.1.5
    JA Brisk 1.0.7

    Kind regards

    TomC Moderator
    #517357

    So that we can try to best assist you, please provide the url of the site you’re working on so we can see the issue you’re experiencing.

    Css Magician Friend
    #517465

    @ hengstler,

    Please open …templates/ja_brisk/css/custom.css file (if the file does not exist, just create a new one and store in the same path) and add the following CSS rule:


    .mega-align-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    }

    .mega-align-right .dropdown-menu {
    left: auto;
    right: 0;
    }

    .mega-align-left .dropdown-menu {
    right: auto;
    left: 0;
    }

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

This topic contains 3 replies, has 3 voices, and was last updated by  Css Magician 10 years, 4 months ago.

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