Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • corbu123 Friend
    #188812

    Greetings, I’m a novice user, getting to know Joomla. I am using the Megamenu and I am getting this return in the categories. I’ve been trying to play with the bootstrap modules, but does not seem to be working.

    I highlighted the issue in red.

    Any suggestions would be appreciated.

    Thanks,


    1. menu
    TomC Moderator
    #498496

    It may simply be an issue of modifying the width parameter for the main nav menu.

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set your site to “Development Mode” within your Template Manager

    hanuman Friend
    #499118

    Hi

    I’ve got exactly the same issue, also a t3-related warning:

    http://vps11373.inmotionhosting.com/~produc66/product-attribute-pictures.com/

    Any ideas how to get all menu items in a single line? I couldn’t find a way of ‘modifying the width parameter for the main nav menu’ – could you let me know how?

    Also, I noticed via the ‘Layout’ tab of the template manager in admin that there’s a position set up to the right of the ‘Megamenu [mainmenu]’ position, but even setting this to ‘None’ doesn’t create any extra space for the menu items to go further right.

    I’d be most grateful if you could help me out with this.

    Cheers
    Nick

    phong nam Friend
    #499236

    Hi corbu123, hanuman,

    The menu items go down because the width of menu items is bigger than the fixed width of mainnav (654px). It is quitely normal. In order to make the menu items appear in the same line, you need to do below step:

    1. Increase the fixed width of mainnav by opening templatesja_merotplsblocksmainnav.php, then find line (17th):

    <div class="span8" data-xtablet="span12">

    Change span8 to span9.

    2. Reduce the menu item font size by adding below codes into templates/ja_mero/css/custom.css file:

    .ja-mainnav .navbar .nav > li > a {
    font-size: 14px !important;
    }

    You menu items will look fine then.

    corbu123 Friend
    #502731

    Leo and Tom thanks to you both.

    Leo, that did it! Thank you so much, you saved me hours of fumbling around, with no result….

    Cheers,
    Keith

    galaxie Friend
    #524947

    Hi

    Thanks for the explanation. It worked about the font size but for the “span”, it was already on 9.. I changed to 10 but it doesn’t change anything… can you explain what this “span” is?

    I have the same problem on my website http://www.imove-fit.ch..

    Thanks

    phong nam Friend
    #524956

    @ galaxie,

    Span is a defined unit of Bootstrap 2.x fluid/grid system to allow the developer to build the website with responsive features. I think this detailed documentation will be helpful for you on this.

    For existing menu issue, you can try to increase up to span10 to make your long navigation display on the same row.

    galaxie Friend
    #525014

    Thanks for your answer and the useful link.

    I did already changed it to 10 but it doesn’t change anything….

    phong nam Friend
    #525087

    @galaxie: Yeah. The width of span10 on desktop view is not enough to cover the length of your menu items. You can increase the maximum span12, it should help to solve this issue.


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

This topic contains 9 replies, has 5 voices, and was last updated by  phong nam 10 years, 8 months ago.

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