Search feature on mobile phones

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Sep 6, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    Is there a way to minimize the search feature on mobile phones by changing its appearance into a search icon?
     
  2. Yogesh

    Yogesh Guest

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

    To fix this issue use following css code in Custom CSS.
    Code:
    @media only screen and (max-width: 320px){
    label.screen-reader-text {
    display: none;
    }
    input#yith-s {
    width: 67%;
    }
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page