Archived topic
my rtl drop menu need to be fixed
5 replies · Started by omer on November 1, 2017
hello
i have a site on rtl language i have 3 question :
1.is there any additional css that i need to put on my site to make it complete? or i need to be satisfied only from the wordpress automatic translation?
2.my drop menu on my main menu the charcters are on the left as you can see ,how can i put it on right ?
THIS IS MY SITE http://www.computertechnician.co.il
3.i want to see all my answers of my questions from the last year can you give me path to there .
P.S LOVE YOUR THEME AND YOUR AMAZING CUSTOMER SERVICE !
Hi there,
1. To make what complete?
2. Try this:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
text-align: right;
}
.main-navigation .menu-item-has-children .dropdown-menu-toggle {
float: left;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
3. You can click on your name which takes you to the profile: https://generatepress.com/forums/users/omercohen/
this css does not make any changes
i am using the chiled theme
and i put the code into the style.css
hope you can help more :)
Try this for your sub-menu alignment:
.sub-menu li {
text-align: right;
}
thanks tom .working !
You're welcome! :)