Tagged: search
Search button is pushed too far off to the right in the widget area.
http://www.womensclosetexchange.net/the-store-2/
I have tried to change the css to shorten the search box so the search button will fit but that did not work. Here is the code I used, where did I go wrong. I changed the min and max widths
#top #searchsubmit, .ajax_load {
border-radius: 0 0 0 0;
height: 39px;
line-height: 40px;
margin: 0;
min-width: 30px;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 35px;
z-index: 2;
}
Hi!
Please try following code
#top #searchform #searchsubmit {
width: 66px;
top: 21px;
}
Regards,
Peter
Excellent, thanks! Looks great.