Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

feelingfoxy7 on "[Theme: Catch Everest] Widget collapsing in the right sidebar"

$
0
0

Wow, that totally worked, thanks! Now, do you have a suggestion for how to spread them out vertically? I've been looking at this for so long, I just can't even see what to do next anymore. I tired applying a top margin of 5px to each one, but that also doesn't seem to work.

This is the CSS portion:

<style type="text/css">
#IDX-quickSearchForm { position: relative; height: 370px; width: 130px; }
#QS-minPriceField { position: absolute; width: 100px; height: 22px; left: 12px; top: 53px;}
#QS-maxPriceField { position: absolute; width: 100px; height: 22px; left: 12px; top: 103px; margin-top: 5px; }
#QS-minSqftField { position: absolute; width: 100px; height: 22px; left: 12px; top: 153px; margin-top: 5px;}
#QS-minRoomsField { position: absolute; width: 100px; height: 22px; left: 12px; top: 203px; margin-top: 5px;}
#QS-minBathsField { position: absolute; width: 100px; height: 22px; left: 12px; top: 253px; margin-top: 5px;}
#QS-labelMaxPrice {position: absolute; width: 110px; height: 22px; left: 12px; top: 83px; margin-top: 5px;}
#QS-labelMinPrice {position: absolute; width: 110px; height: 22px; left: 12px; top: 33px; margin-top: 5px;}
#QS-labelMinSqft {position: absolute; width: 110px; height: 22px; left: 12px; top: 133px; margin-top: 5px;}
#QS-labelMinRooms {position: absolute; width: 110px; height: 22px; left: 12px; top: 183px; margin-top: 5px;}
#QS-labelMinBaths {position: absolute; width: 110px; height: 22px; left: 12px; top: 233px; margin-top: 5px;}
#QS-labelFormTitle {position: absolute; width: 110px; height: 22px; left: 23px; top: 10px; margin-top: 5px;}
#QS-labelCityList {position: absolute; width: 110px; height: 22px; left: 12px; top: 283px; margin-top: 5px;}
#QS-buttonSearch { position: absolute; width: 70px; height: 27px; left: 28px; top: 333px; margin-top: 5px; }
#QS-selectCityList { position: absolute; width: 105px; height: 22px; left: 12px; top: 303px; margin-top:5px;}
#backLink {position:absolute; top:370px;}
</style>


Viewing all articles
Browse latest Browse all 13924

Trending Articles