- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 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.
I would like to have the mobile menu “hamburger” button positioned to the right (next to the search icon) in order to allow a larger mini logo, is this possible?
I’d also like the social icons positioned right as well
Hi David,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.mobile-menu-btn {
float: right;
margin-right: 30px;
}
Kind Regards
Thank you, that’s great!
Any chance we could position the mobile social buttons to the left or right as well please?
Hi David,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 979px) {
.top-bar-socials {
float: right !important;
}
}
Kind Regards
Thanks very much!
You are welcome.
Feel free to contact us at any time, we are more than happy to help.
Kind Regards