Hi Brady,
yes, I figured it out. Sorry for not updating here in the forum.
I’m using a theme where I can add CSS without actually changing my stylesheet.
That’s what I put in:
#sidebar2 div.sidebar-wrap {
background:none;
-webkit-box-shadow:none;
box-shadow:none;
margin:0;
padding:0;
}
#sidebar2 p img {
border: none;
}
#sidebar2 {
margin-top: 0;
}
That did the magic. Thanks for getting back to me though.
– Lisa