Hello, i use a third party extension-module and it show at bottom an horizontall scroll bar. I asked the creator of the module but he told me that he can t help me as he dont understand the css code of the template when he inspect. The issue is that this module is not show at bottom an horizontall scroll bar in protostar template and it show it in mixstore template. Can you check it if we can find a solution?
ribo Hi Add this code in custom css
.t3-section-wrap .t3-section.space-top-nm { overflow: hidden; }
Thank you. The only issue that i have now there is that in the screen resolutions 1366 x 768 and in 1360 x768 it still breaks my horizontal menu at the top menu and my last menu item of my horizontal menu goes down from my first menu item of my horizontal menu Ninja
ribo Hi In this case you can change the breakpoint of Menu to MD screen as your header already filled with menu items and there is no space to adjust them in smaller screen
Thank you but i am not find this option to change it. Ninja
ribo Hi Open tpls/blocks/header.php
Change the main nav column size from col-lg-5 to col-lg-6 as below
col-xs-1 col-sm-8 col-md-7 col-lg-6 navbar navbar-default t3-mainnav
Thank you, it worked Ninja
ribo Welcome!