[SOLVED] Search Button alignment error
Hi Folks,
First post, so hello all
Version: Vantage 1.1.4 (Responsive)
Site:
http://www.ethicaleat.com.au (Launching Feb 2013)
I noticed on android phones the search button was aligned left and virtually off screen making it unuseable.
Change the following in styles.css to align right.
HTML Code:
.search-button {
width:13%;
height:95px;
margin:0 2% 0 1%;
position:relative;
float:left;
}
to...
HTML Code:
.search-button {
width:13%;
height:95px;
margin:0 2% 0 1%;
position:relative;
float:right;
}
NB. Best to create a child theme to update-proof your site.
Cheers for a great directory site guys!