Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #414407

    Pls see the left most menu item (arabic is RTL), the menu is getting half color only,

    #414411

    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

    #414416

    Added its not working

    #414427

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.