My site shows a horizontal scroll bar at the bottom -- it's like I have a lot of extra space to the right of my theme -- but there's really nothing there.
Can someone tell me how I can correct this?
I am using Wordpress 3.0, Thesis theme with the full-width framework.
Thanks!!!
First you have this element :
<button value="" name="sa" type="submit" class="googlesearch-btn"></button>
with this css asigned to it:
.googlesearch-btn {
background: none repeat scroll 0 0 transparent;
border: medium none;
cursor: pointer;
height: 37px;
left: 267px;
position: relative;
top: -35px;
width: 35px;
}
You should try to make it : display:none;