Navigation Copy Overlap

Hello,
I have an issue with my sub > sub > sub navigation text falling off the white background.
Especially on widescreen. You can see the word “Products” is falling off.
See attachement

Hi MichaelAnthonyMurray,

Thanks for reaching out.

I couldn’t find the site that has this issue, but it should break into multiple rows. I’m not sure if it’s due to custom CSS or plugin, but you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Or please add this CSS to Theme Options > CSS to increase your sub-menu width.

.desktop .sub-menu {
    min-width: 400px;
}

Let us know how it goes!

That may have fixed my problem.
I included the web url and un/pw in my initial comment.
Can you verify that it works? I see it on desktop, but won’t it look strange on mobile?

Hello MIchael,

Thanks for updating the thread. :slight_smile:

On my end changes are getting reflected both on desktop and mobile layout. I suggest you to clear browser cache and see how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.