Changing the header section to ltr direction.

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

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 rtl, but for the header section only, I need it to be ltr. Or in short, I'd like to change the locations of the logo image and the ad new ads button & login/logout/my dashboard links.

    I attached two screen shots. The first one is how it is currently is. The second screen shot is the desired look.


    Site link: http://sooqforyou.com/uat/

    Current look:

    Header Section2.png

    Desired look:

    Desired Header.png

    Kindly, assist me in achieving the above.

    Thanks in advance for your help!

    Mike
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Mike!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .grid_16 {
    float: left !important;
    }
    .header .grid_8 {
    float: right !important;
    }
    .top_header #user_acces {
    float: right;
    padding-right: 20px;
    }
    .logo {
    float: left;
    padding-left: 20px;
    }
    .post_btn {
    float: right;
    padding-right: 20px;
    }
    Thanks,
    Praveen
     
  3. M5LASTER

    M5LASTER Member

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

    Thanks a lot for your help.

    Mike
     
Thread Status:
Not open for further replies.

Share This Page