I am using the plugin for ads but for some reason it is showing lines around the ads on the outside. Now sure why it is doing this. You can see this on my website http://kyleclouse.com
I am using the plugin for ads but for some reason it is showing lines around the ads on the outside. Now sure why it is doing this. You can see this on my website http://kyleclouse.com
The borders are coming from your theme's CSS. Try adding:
#wp125 .odd,#wp125 .even {border:none}
to the bottom of your theme's stylesheet.
Still no luck. I added the code and nothing.
I think its this code
.even, .alt, .depth-1 {
border:1px solid #DDDDDD;
margin:0;
padding:0;
in
http://kyleclouse.com/wp-content/themes/prose/css/minified.css?ver=1287673552
take border:1px solid #DDDDDD; out
Correction I just clicked on the link and found out that this file auto created so look in style.css or custom.css or can be plugin that you using.
This topic has been closed to new replies.