Menu in 2 rows?

Posted in: Newspaper
Post count: 17

Hello,

How can i adjust my main menu to be in 2 rows? I have a lot of options

Post count: 6600

Hi,

Unfortunately the menu wasn’t designed to work that way but you can customize it to look well via custom css.
If you don’t need much extra space you could try to set smaller title for you menu items or you could lower the menu’s font size to fit on one line.
You can also follow this topic and try to apply this solution in your case also: https://forum.tagdiv.com/topic/menu-problem-2/
Hope this helps!

Thanks for the message!

Post count: 17

All i need is to increase the height of menu area, could you please direct me with a rule?

Post count: 6600

Hi,

Please send your site’s URL. I need to inspect it so I can provide a solution for this.

Thanks

Post count: 17

ok,

htpp://www.kathemera.gr

thank you

Post count: 6600

Hiu,

Use this custom css to increase the menu height and also set the mega menu and regular menu drop-down to appear over the other menu items: http://screencast.com/t/uNnEmrbDbnUC

@media (min-width: 767px) and (max-width: 1200px){
.td-menu-wrap {
position: relative;
height: 100px;
}
.sf-menu>li>a {
z-index: 1;
}
}

Thanks

Post count: 17

When i am at full screen and i have many options menu is still now increasing its height, if i restore the browser window to a smaller size it works. I am sending you a picture to see what i mean.

It would be great if you could support multiple rows in menu with a future update release.

http://s11.postimg.org/99thbot8j/demo.jpg

Post count: 17

is still now not increasing its height

Post count: 17

ok , problem is solved, i changed the max width value. My resolution is is 1920w.
Everything is ok now. Thanks for you support and please consider adding multirow feature menu 🙂

Post count: 6600

Glad you solved it! We will consider it for future updates!
Thanks for the message!

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.