On mobile Hamburg menu add text or icon "Menu" next to it

1 reply · opened Jun 28, 2020

AapradhanJun 28, 2020

On mobile Hamburg menu. Can text “Menu” or hamburg icon with menu be display next to Hamburg menu. See image below or Lexus.com on mobile.

https://ibb.co/rcBxgqp

SSemicolon WebSTAFFJun 29, 2020

Hello,

Simply use this CSS Codes:


#primary-menu-trigger {
	position: relative;
}

#primary-menu-trigger::before {
	content: 'Menu';
	position: absolute;
	left: auto;
	right: 45px;
	height: 100%;
	line-height: 50px;
	font-weight: bold;
}

This will definitely work fine. Hope this Helps!

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

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