Tagged: main-menu
Hi I have a website in 2 languages English and arabic the problem that I encounter with is that when I view the arabic version the space between the last menu item and the first icon in social bookmark disappears so how do I increase the space between them to look exactly like the English version ?
this is the arabic version : http://muslimark-sa.com/?lang=ar and this is the English version : http://muslimark-sa.com/
and another thing how do I remove the sliver line between the menu and the logo in arabic version ?
Hey akramkafina,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.rtl .avia-menu.av_menu_icon_beside {
border-left: none;
border-right: 1px solid #e2e2e2;
padding-right: 25px;
margin-right: 25px;
margin-left: 0;
padding-left: 0;
}
Best regards,
Yigit
thank you :) that was perfect
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit