Archived topic
rtl mobile menu
1 reply · Started by simcha on February 21, 2017
Viewing posts 1–2 of 2
Hi there! i seen that people asked the same qwestion before but i count really figer it out with what is written on the form.
my mobile menu is on the left and i want it to be on the right. how can i make the mobile menu rtl ? https://goo.gl/photos/HXLJXT7h9R4ofBGk6
this is my site: https://videoandmarketing.co.il
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation li {
text-align: right !important;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
This archived topic is closed to new replies.