Reply To: Spacing Issue in Right Sidebar

Home Forums Support Spacing Issue in Right Sidebar Reply To: Spacing Issue in Right Sidebar

Home Forums Support Spacing Issue in Right Sidebar Reply To: Spacing Issue in Right Sidebar

#196839
Jamal

Hi Daniel,

I think your inline styling(hope thats the correct term) is causing the problem.

<style type="text/css">
div.bsap_1304275{width:100%;display:block;}div.bsap_1304275 a{width:125px;}div.bsap_1304275 a img{padding:0;}div.bsap_1304275 a em{font-style:normal;}div.bsap_1304275 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0 4px 10px 0;text-align:center;text-decoration:none;overflow:hidden;float:left;}
div.bsap_1304275 img{border:0;clear:right;}
div.bsap_1304275 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}
div.bsap_1304275 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
div.bsap_1304275 iframe{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0 4px 10px 0;text-align:center;text-decoration:none;overflow:hidden;float:left;}div.bsap_1304275 a{line-height:100%;}div.bsap_1304275 a.adhere{width:125px;height:125px;line-height:1000%;}html>body div.bsap_1304275 a.adhere{width:123px;height:123px;}div.bsap_1304275 img.s{height:0;width:0;}
</style>

Removing this code results in this image so im sure you can make better sense of that code and see why its not working. You also have some line-height:1000% in there as well that may need adjusting.