LTR vs. RTL issue.

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Feb 10, 2015.

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

    M5LASTER Member

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

    When switching the direction from theme options and selecting rtl option, the profile page doesn't display correctly.... fields descriptions should be below the text field, but currently, they are way off to the side.

    I attached 2 screen shots, one from the current test site where you should see the issue. Another screen shot from the older site which displays the profile page correctly. I highlighted the descriptive fields in red boxes in both screen shots.

    SiteURL: http://sooqforyou.com/uat
    Steps to reproduce:
    1. Create user account.
    2. Login and go to "my dashboard" page.
    3. Then click on user profile link at the bottom of the page to display user profile. You'll see the issue.

    I have translated the text to Arabic, so the 3rd screen shot shows the "my dashboard" and "Edit Profile" links for your easy navigation.

    Kindly, assist.

    Thanks in advance.
    Mike
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike,

    Paste the code given below in Custom CSS section and let me know.
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #add_post .description {
      float: right;
      clear: right;
    }
    
    Thanks & Regards
    Pramod
     
  3. M5LASTER

    M5LASTER Member

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

Share This Page