EenfuegoazApr 4, 2019
Is there an easy way to move the hamburger menu to the right or is that a custom change?
Brian
2 replies · opened Apr 4, 2019
Is there an easy way to move the hamburger menu to the right or is that a custom change?
Brian
What I mean by the hamburger menu is the menu button when displaying in small and extra small media modes...
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