Submenu Being Cutoff

Posted in: Newspaper
Post count: 44

On our theme, the menu item that is the farthest to the left drops down just fine. But, if the drop down menu item has a submenu, the sub menu opens, but is cut off and you can barely see it. If that submenu has a child option, it opens to the left insted of the right and can be seen just fine. Is there a way to make it so that it will open the submenu item will open to the left instead of to the right?

So here is an example of the drop down menu and the an item in that drop down having a submenu.

As you can see, it opens the menu to the right and menu is almost cut off to point to where its barely seen.

Then if you hover over the item below that, that item has a submenu as well and it opens to the left coming fully into view on the site.

How can I get that first item to either open and not get cut off, or open to the left instead of to the right so that its visible. I tried adding a z-index to several different things but had no luck.

To view the site in person, visit TheSinBin.net.

Post count: 23312

Hello beermoney,

You should try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-boxed-layout #td-outer-wrap {
overflow: visible!important;
}

The result is here -> https://www.screencast.com/t/iSaZP6PkKsXw

Thanks for your understanding!

Post count: 44

That did it. Thanks @Catalin. This can be marked as solved.

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