[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/
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.