Hello,
I didn’t understand the issue. Can you please share a screenshot of the issue?
Thread Starter
Jim
(@kernix)
I don’t know how to add a screenshot to this forum – the sub-menu items are on two rows. Take a look at the link I added and mouse over either Services or Blog. The container that contains the text for the sub-menu items wraps to a second row where they did not do that before.
Okay, go to Appearance > Customize > Custom CSS section and add the below code in the CSS filed to fix it –
.sf-menu li.menu-item {
white-space: nowrap;
}
Thread Starter
Jim
(@kernix)
That worked – thanks so much!