if i minimize the width of the browser, as you can see on the first step, the menu item “KONTAKT” drops out of the mainmenu
if you minimize a little more, as you can see on step 2, the responsive menu icon appears.
is there a way, that the responsive menu icon appears before the menu item drops out of the menu?
my website: http://histaminentzug.de
-
This topic was modified 11 years by
grillingmachine.
-
This topic was modified 11 years by
grillingmachine.
Hi,
Please use this custom css to fix this issue: http://screencast.com/t/gfE7MOzI
@media (max-width: 1018px) and (min-width: 768px) {
.blog-stack .sf-menu>li>a {
font-size: 13px !important;
padding: 0px 15px 0px 15px !important;
}
.menu-item-29 .sf-sub-indicator{
top: 22px !important;
right: 0px !important;
}
}
Thanks
I have similar problem, when I resize the browser, last menu items drop down: https://postimg.org/image/6k560ibkz/
Hi bogdan,
follow the link: http://bit.ly/2gtKzQy
thank you
Hi,
Please ad this code in the theme panel->advanced css code under tha tablet landscape box:
.sf-menu a.sf-with-ul{
padding-right: 27px!important;
}
For the tablets portrait unfortunately there is no simple solution as the menu items will be way to close to each other to display on a single line. This solution will only work for smaller desktop screens or tablets landscape.
Thank you!
thanks bogdan,
it’s better now…
how can I fix it? what do you suggest to do?
thank you!
Unfortunately for tablets portrait there is little to be done except reduce the number of menu items. But there is no way to only reduce the number of menu items for particular devices unfortunately.
You can try to reduce the font with css for tablets portrait to create more space. You can use this code and place it in the advanced css box in the tablets portrait box:
ul.sf-menu>.td-menu-item>a{
font-size: 12px;
}
Thank you!
I try your code and it’s not yet right…do you have any other suggest?
thank you!
Sorry but there is no other way. The container simply will not support too much text. If you add more items than the width can handle, it will fall on 2 columns. There is no way of showing a long string of text in a single line and be readable for the customer.
Sorry but Besides decreasing the spacing between the menu items and decreasing the font, there is nothing to be done. The theme width is fixed and it cannot be increased.
Thank you!
I also have large main menu… http://www.suhopolje.hr
how can I put my menu in multiple rows like http://www.labin.hr
like tihs…every link in two or three rows…
Hi,
Unfortunately the theme doesn’t have such an option, sorry! You will need custom modifications to create a similar main menu.
Thanks!
