I have an Arabic menu (RTL) right side menu, items are not listed vertically, instead, the 1st one positioned in a line while the next ones are listed in a way that each two items in a line.
I need each menu item to be listed in a separate line
Hey blueunion,
Could you post a link to the site in question so that we can take a closer look please? If you have a screenshot of your problem then it might help us understand better as well.
Best regards,
Rikard
The site is still under construction, but find bellow screen shot
Hi,
Please firstly make sure that you are using the latest version of Enfold which is currently 4.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/.
If that does not help, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.rtl .main_menu .menu li {
float: none;
}
If that does not help either, please post temporary logins here privately with a link to your site so we can inspect elements on your page and provide you an accurate solution :)
Best regards,
Yigit