Move hamburger menu to the right

2 replies · opened Apr 4, 2019

EenfuegoazApr 4, 2019

Is there an easy way to move the hamburger menu to the right or is that a custom change?

Brian

EenfuegoazApr 4, 2019

What I mean by the hamburger menu is the menu button when displaying in small and extra small media modes...

SSemicolon WebSTAFFApr 6, 2019

Hello,

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

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

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