Quote:
Originally Posted by CoffeeLovesYou
in the Page Background Extra CSS Attributes, however it re-rounds the posts as well on threads.
So, I tried this;
n the Extra CSS Attributes for Page Background
|
Dont put it in the
Extra CSS Attributes put it in the second
Additional CSS Definitions box at the bottom of the page.
I use this ...
HTML Code:
.toproundoff{width: 97%;
height: 10px; background-color:#ffffff; -moz-border-radius-topright:10px; -moz-border-radius-topleft:10px; border-top-right-radius:10px; border-top-left-radius:10px; padding-bottom:12px; margin: 0 auto;}
And then put <div class="toproundoff"> </div> below the <!-- /logo --> in the header template. You may need to adjust the padding for your style.