I was hoping someone could tell me the code adjustments I need to make in my sidebar.php file to get the subcription box centered within my sidebar. I beleve the width of the subscription box will fit but it just needs to be shifted left a little. I just want it centered and appearing the same in IE and FF browsers. The site is www . trendyshoeshop . com Thanks George
Actually this is not the problem of your subscription box and has nothing to with your sidebar.php. Your whole sidebar doesn't look right. Just do this and all the headings in the sidebar will also look good. Open up your style.css file, go to line no. 177 and you will find this - .right .bg_t {background:url(images/bg_right_top.gif) top left no-repeat; padding:30px 30px 20px 29px;} Replace this line with the following - .right .bg_t {background:url(images/bg_right_top.gif) top left no-repeat; padding: 30px 0 20px;} This will solve the problem. Let me know. Regards, Acmeous.
Hi Acmeous, That revision in the stylesheet seemed to solve the problem and improve the layout in IE and FF. Thanks Again George