- This topic has 5 replies, 2 voices, and was last updated 1 year, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hello,
It it possible in mobile version the hamburger menu to go on the right side? On my website I have put my logo on the left side of the navigation bar, and I want the menu to be on the right side. Currently the only option for it is to be centered.
Hi Margarita,
Please share your website URL and we will check for possible solutions.
Kind Regards
Here is my website:
astromargarita.com
Hi Margarita,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 979px) {
.mobile-menu-btn {
float: right;
margin-right: 10px;
}
}
Kind Regards
Feel free to contact us at any time, we are more than happy to help.
Kind Regards