Menu item drops out of the mainmenu

Posted in: Newspaper
Post count: 28

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

Post count: 6600

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

Post count: 28

thank you Lucian, it works 🙂

Post count: 28

I have similar problem, when I resize the browser, last menu items drop down: https://postimg.org/image/6k560ibkz/

Post count: 22421

Hello,
Please provide a link to your site as the solution above is from Oct 20, 2014 and it will not work anymore. Provide a link and I will provide the proper css to make the menu narrower
Thank you!

Post count: 28

Hi bogdan,
follow the link: http://bit.ly/2gtKzQy

thank you

Post count: 22421

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!

Post count: 28

thanks bogdan,
it’s better now…
how can I fix it? what do you suggest to do?

thank you!

Post count: 22421

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!

Post count: 28

I try your code and it’s not yet right…do you have any other suggest?

thank you!

Post count: 22421

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!

Post count: 117

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…

  • This reply was modified 8 years by Matija.
  • This reply was modified 8 years by Matija.
Post count: 7909

Hi,

Unfortunately the theme doesn’t have such an option, sorry! You will need custom modifications to create a similar main menu.

Thanks!

Post count: 117

hmm okey 🙁

bye

Viewing 14 posts - 1 through 14 (of 14 total)
The forum ‘Newspaper’ is closed to new topics and replies.