Top menu display on Google chrome

2 replies · opened Feb 9, 2019

SSemicolon WebSTAFFFeb 11, 2019

Hello,

Simply use the following CSS Code to decrease the padding, font-size and letter-spacing between the Menu Items so that the Menu can fit in the available area:

.device-lg #primary-menu ul li > a {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	letter-spacing: 0;
}

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

IigrpFeb 12, 2019

Thank you! It really works!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard