primary-menu-trigger - On the right instead of left

3 replies · opened Mar 19, 2019

OorigincreativeMar 19, 2019

Hi Guys - having a problem getting the primary-menu-trigger to show on the right on the header rather than the default left

Screen shot shows it left but I am getting lost in the CSS trying to get it to appear on the right on mobile devices etc.

Any suggestions - Thanks!

SSemicolon WebSTAFFMar 19, 2019

Hello,

This is Definitely Possible. Please consider using the following CSS Code:

@media (max-width: 991px) {
	#primary-menu-trigger {
		left: auto;
		right: 15px;
	}
}

Hope this Helps!

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

OorigincreativeMar 19, 2019

Thank you so much guys - awesome support! Keep up the great great work :-)

SSemicolon WebSTAFFMar 20, 2019

Hello,

Thank You so much for the Kind Words! :)

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

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