test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • valthebault Friend
    #978452

    Hi,

    As shown in the attachment, some of my menus are not on the same row as the rest and I would like to have them on the same row given that there is enough place. Where could I manage to do that?

    Thank you


    1. Menu
    pavit Moderator
    #978455

    Hi there

    could you post a link to your website ?

    valthebault Friend
    #978580

    Hi,

    I’m sorry the site is not yet online, no link available.

    pavit Moderator
    #978655

    Hi

    Edit this file /templates/ja_sugite/tpls/blocks/header.php and change col-md values to enlarge mainnav block

    1) you should change block size for logo

    $logosize = 'col-sm-6 col-md-3';

    2) and block size for mainnav

    <nav id="t3-mainnav" class="col-sm-6 col-md-9 pull-right navbar navbar-default t3-mainnav">

    so to enlarge mainnav block you can try this way

    1)    $logosize = 'col-sm-6 col-md-1';
    2)  <nav id="t3-mainnav" class="col-sm-6 col-md-11 pull-right navbar navbar-default t3-mainnav">

    Hope it helps

    valthebault Friend
    #978946

    Hi,

    I did what you suggested and it worked, but the result is less than satisfactory : top menu moved as a whole to the left and overlayed part of the logo, also there is always one menu (the last one) not in the same row.
    Good news is : in the french version, the menus are well in one row, like in the second attachment, even with some overlay.

    How should we address the problem?

    Thanks


    1. Logo_Menu
    2. Logo_Menu_Fr
    pavit Moderator
    #979048

    Please share as private reply a temp super user account to your backend and an url for it, i will have a look at your settings for mainmenu

    valthebault Friend
    #979066

    Hi,

    Thanks for suggesting that and I would like to follow it, but the site is on wamp, not online, I’m afraid the temp super user ID wouldn’t help us.

    Maybe you could just let me know what you need and I’ll get the screen impression for you?

    Thanks

    pavit Moderator
    #979118

    Hi there

    The code i suggested above is working more than fine on a quickstart installation and default mainnav menu items, if i cannot see your items and verify your code then i cannot suggest any workaround or definitive code for you, because i cannot see what you have on it, please try to find a way to publish your website on a public host where we can access and debug it and we can answer to your questions with the correct solution.

    Best regards

    valthebault Friend
    #979597

    Hi,

    I changed the size of my logo and in the French version it’s fine, but when the site is in English, the menu is altogether more to the left. Any idea why is that and how to regulate it?

    Thanks for the suggestion and the explanation, I’ll let you know when I put the site online.

    Have a good one.


    1. Fr
    2. En
    3. Fr-1
    4. En-1
    pavit Moderator
    #979699

    I’ll let you know when I put the site online.

    Please provide also a temp super user account for it when done.

    Regards

    valthebault Friend
    #980037

    Hi,

    So I tried something on my site and it kind of worked and I would like to share the result with you in case it helps both of us working together, I changed the value of
    2) <nav id="t3-mainnav" class="col-sm-6 col-md-11 pull-right navbar navbar-default t3-mainnav">

    to
    2) <nav id="t3-mainnav" class="col-sm-6 col-md-10 pull-right navbar navbar-default t3-mainnav">

    and it gives the same presentation of the menus in both language : unfortunately there would alwayse be one menu on the second row but at least it’s identical.

    I appreciate your help.

    Have a good one.


    1. Menu_Result_En
    2. Menu_Result_Fr
Viewing 11 posts - 1 through 11 (of 11 total)

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

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