Pls see the left most menu item (arabic is RTL), the menu is getting half color only,
Hi hamzahmauzam!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl .main_menu .menu > li:last-child > a {
padding-left: 13px!important;
}
Best regards,
Yigit
Added its not working
Hi!
Please go to Enfold/css folder and open rtl.css file and find
#top .main_menu .menu > li:last-child > a {
padding-left: 0 !important;
padding-right: 13px !important;
}
and change it to
#top .main_menu .menu > li:last-child > a {
padding-left: 13px !important;
padding-right: 13px !important;
}
Cheers!
Yigit