Sub-menu titles
-
Topic
-
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Hi Jason,
My client is now bugged that the sub-menu titles have gone to two lines. This is how they look:
In situ de-embedding
(ISD)
Advanced Design Kit
(ADK)
Advanced 2D Solver
(X2D2)
This is how he would like them to look:
In situ de-embedding (ISD)
Advanced Design Kit (ADK)
Advanced 2D Solver (X2D2)
I tried to change the padding around the block, hoping that would put them all on one line, but it just made the block bigger, and nothing else.
Is there a way to remedy this?
Liz
Hi Liz,
Through your CSS customizations, you could make the font smaller or perhaps the dropdown menus wider.
.sf-menu ul.non-mega-sub-menu { width: 250px; }
Thanks again, Jason. That did the trick.
Liz