Submenu gets cut off at 3 items

Posted in: Newspaper
Post count: 37

Hi,

when on top of the page, the main menu only shows three sub items. The remaining items get cut off.

Only when scrolling down the full list of sub items start to show (so stick menu works, but not the normal menu).

What could that be?

You can test it here: https://www.photoworkout.com/

Post count: 20688

Hi,

Seems to be a CSS issue, maybe due to minification. I could give you a code to make the sub-menu visible
https://www.screencast.com/t/8UfjLOP30nw
You can enter it in the custom CSS section of the theme panel.

#td-outer-wrap {
overflow: visible;
}

Thanks

Post count: 37

Yep, this did the trick. Thanks

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