I'm trying to get rid of the lines below from Version 4.1.6
I tried this
Quote:
Originally Posted by Lynne
I'm not sure exactly what you want (an image always helps), but the border is defined in ".cms_widget", so you can add this to additional.css to get rid of it:
HTML Code:
.cms_widget {border:none;}
|
so that my additional.css template looked like this below
Code:
div.steamprofile{
float:right;
display:block;
z-index:300;
}
.cms_widget {border:none;}
Is that what you meant or was I being to literal?