Search button in wrong place

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Sep 2, 2014.

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

    M5LASTER Member

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

    I need to modify the search field, so the magnifying glass button is displaying correctly for rtl style.

    Please see the attached screen shot to see how it is now in ltr and rtl as it is currently displayed.

    In the screen shot, you'll see both the magnifying glass and the word "بحث" ("search" translated in Arabic) at the right end of the search bar ... and overlapping each other.

    What I need is to move the the magnifying glass from the current right location to the left end of the search bar.

    Thanks,
    Mike Search magnifying glass button.png
     
  2. Yogesh

    Yogesh Guest

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

    Use following CSS in Custom CSS to fix this issue.
    Code:
    .sidebar #searchform input[type="submit"], .content #searchform input[type="submit"] {
    right: 220px;
    top: 6px;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. M5LASTER

    M5LASTER Member

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

Share This Page