test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jtippett Friend
    #189398

    Hello,

    I’m using the JA Mitius template with Joomla 2.5.11.

    I’ve setup a new menu and put it in module position ‘top-menu’. I can see it there however it’s loading the menu items on top of each other rather than side by side.

    The website is here > http://www.fantastict.net/dev/

    Does anyone know what could be causing this? Any help greatly appreciated!

    Thanks

    Saguaros Moderator
    #500861

    Hi jtippett,

    You can try adding this css rule for that top menu into file: /templates/ja_mitius/css/custom.css


    .top-menu ul.nav > li {
    float: none;
    margin-right: 10px; <<< this is space between menu item, you can change to your desired value
    }

    .top-menu ul.nav li a:hover,
    .top-menu ul.nav li a:focus,
    .top-menu ul.nav li a:active {
    color: #E35927 <<< this helps to change color for menu
    }

    Give it a try and let me know if it helps.

    jtippett Friend
    #501255

    Yes that’s worked! Brilliant! Thanks so much for your help 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  jtippett 11 years, 3 months ago.

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