Main menu dropdown menu width (2nd level)

Posted in: Newspaper
Post count: 30

Hi,

How can i increase the width of the dropdown in my main menu (2nd level)?

I managed to fix the width on the 1st level, but am struggling to change the width on the second level.

See my website: https://footballinside.net/

In the menu there is leagues > the first level is good and I managed to fix the width > 2nd level the width needs to be either bigger or set on automatic width to fit the text in there.

Thanks!

Post count: 20688

Hi,

You could use a CSS that will not allow the links to break, like this
http://prntscr.com/mbztnd

.sf-menu ul .td-menu-item > a {
white-space: nowrap;
}

Give it a try, it should work.
Thanks

Post count: 30

Thanks Simion, worked like a charm!

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