Mobile View - on iphone

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, May 26, 2015.

  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    [Search field] - [Location field] - (Search Listing) button using Vertical View - www.squirrlit.com
    1. Field boxes are cut off

    2. Search listing button is not red and its oval not square.

    Add Your Business - Vertical View
    1. Blank fields extend out of screen view
    http://www.squirrlit.com/submit-listing/
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please 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){
    .main_search {
      width: 100% !important;
      margin-left: 7px !important;
    }
    span.info_detail{
    font-size: 26px;
    }
    }
    
    Hope it will solve your issue.
     

Share This Page