I have with the main menu soo much space left and right but it still breaks over to a new line after a few menu items (see screenshot)

Is there a way to move the Main menu to the left, the solutions in this forum all work that it does not break over anymore, but push the Main Menu first item even further to the right...

@media (min-width: 992px){
.head-right + .t3-mainnav {
    padding-right: 50px;
}}

This was the suggestion, but as said this pushes the first menu item all the way in the middle...

Any suggestion would be very helpful, thank you,

Heiko

Hi Heiko,

I updated the header block on your site a bit to increase the space for the main menu: /templates/ja_sugite/tpls/blocks/header.php

Line 27-30:

$logosize = 'col-sm-6 col-md-2';
if ($headright = $this->countModules('head-search or languageswitcherload') || ($this->getParam('navigation_collapse_enable', 1) && $this->getParam('responsive', 1)) || $this->getParam('addon_offcanvas_enable') ) {
	$logosize = 'col-sm-6 col-md-2';
}

and line 100:

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

Kindly check.

    saguaros Yeah the menu does not break over in the German language and the first menu item has moved to the left, but somehow the menu remains in the same positions in the English and Thai langauges (the first menu item did not move to the left as in German).

    Is that because the Main Menu is set as centered or did the changes only effect the German language?

    Thanks

    Heiko

    Could you try to clear cache? the menu looks good in EN and Thai pages at my end also.

      9 days later

      saguaros yeah. it's the issue with centered, but it's ok now, I changed the wording a bit and now it looks ok.

      Thank you,

      Heiko

      Write a Reply...
      You need to Login to view replies.