is it simple to move hamburger menu from left to right?

1 reply · opened Jan 6, 2020

RrfollettJan 6, 2020

i found an old post but there was no anwser, hence I am asking again.

thanks

SSemicolon WebSTAFFJan 7, 2020

Hello,

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

@media (max-width: 991.98px) {
	#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