Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sukinoz Friend
    #844078

    Hello,

    I want to add a Menu Module (diferent from megamenu) in the footer.

    I create the module, but it is looks vertical.

    Can i change to some Class Suffix to have an horizontal menu? or other alternatives?

    Thanks

    Pankaj Sharma Moderator
    #844285

    Hello
    Mega menu is only handled via the Template options . You can use the tip given here to create horizontal menu module from Joomla menu or publish custom html module .
    Hope it helps.

    sukinoz Friend
    #844702

    thanks Pankaj, now i have the solution:

    HOW TO CREATE A HORIZONTAL MENU IN JOOMLA PURITY III t3:

    • create a Menu type Module in joomla.

    • in "advanced" tab of the module put: Class Suffix = (space)footermenu

    • in custom.css put this ("float: left" to make it horizontal, and other things to change the style):

    /* menu footer /
    .footermenu > li.active > a, .footermenu > li.active > a:hover, .footermenu > li.active > a:focus {
    color: #000;
    background-color: transparent!important;
    }
    .footermenu > li > a {
    border-radius: 0px;
    position: relative;
    display: block;
    padding: 15px 10px;
    float: left;
    }
    .footermenu > li > ul > li> a {
    padding: 2px 2px;
    }

    hope

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

This topic contains 2 replies, has 2 voices, and was last updated by  sukinoz 8 years, 10 months ago.

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