Archived topic
mobile menu right logo left
1 reply · Started by mike on July 2, 2017
Viewing posts 1–2 of 2
Hello
i cant set mobile menu to the right
can only center without logo & left menu with the logo
i have made it twice before, not sure what is the problem right now
http://107.6.154.90/~bigleaf2/promagnet.co.il
thank you in advance
keep up the great work !
Hi there,
I think that's because it's using a RTL language.
Try this CSS:
@media (max-width: 768px) {
.rtl .mobile-header-navigation .mobile-header-logo {
float: left;
}
.rtl.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
float: right;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.