Responsive Menu
Hello Vantage team,
is there a way to make the text in the menu responsive to avoid at all costs having it break in 2 lines?
Thanks,
J.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Jose AMezcua
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
@media screen and (max-width: 640px) { .main-navigation a,.main-navigation ul li a,.main-navigation ul ul li a { font-size:10px; } }Change the font size to match your requirements, and the max-width size to match the screen size when the text starts to wrap.
Let us know how you get on
Magus
Solved,
thanks Magus!
Hi Jose
You are welcome. If you need any more help please feel free to open a new support thread.
Magus
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.