RTL direction for mobile devices

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Nov 19, 2014.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    My site is displaying text RTL, but in mobile devices it is displaying it LTR.

    I'm not sure where to make a change to make it RTL in mobile devices as well.

    currently, I have the following custom css

    @media only screen and (max-width: 768px){
    .mobile_nav {
    display: inline-block !important;
    }
    }
    @media only screen and (max-width: 480px){
    .wrapper {
    width: 335px !important;
    }
    }

    kindly, assist.

    Thanks,
    Mike
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .container_24 {
    margin-right: 10px !important;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page