Right to left not working

Discussion in 'Traffica WordPress Theme' started by amanaranch, Mar 7, 2017.

  1. amanaranch

    amanaranch New Member

    Joined:
    May 10, 2016
    Messages:
    3
    Likes Received:
    0
    I'm running your Traffica Pro theme on my website which is in Arabic Script. Even after I enabled RTL (Right to Left) in the settings menu, the website still looks messed up. The home page menu needs to start on the right. My url is: muzari3.com

    How can I fix that?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    If you are unable to display the menus in RTL then, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    #menu .ddsmoothmenu { 
        direction: rtl;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page