Hi there, My search button doesn't fit on the screen properly because the search boxes about 10px too long. Can I have some custom code to shorten them please? Please see attached image. Thank you, Leo
Hey Leo ! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .search_for input { width: 90% !important; padding-right: 20px !important; } .search_location input { width: 90% !important; padding-right: 20px !important; } Thanks, Praveen