need to remove border from side bar image widget – matala
-
Hi, I have the CSS upgrade and have searched the matala style sheet for all img styles etc but must be missing something as for some reason I can’t get rid of a thick border around any images I am adding into the side bar using the image widget.
If someone could help that would soooooo help. Thanks x
The blog I need help with is: (visible only to logged in users)
-
Think I have found the bit of css to change finally!!
img.alignleft,img.alignright,img.aligncenter,img.alignnone,.post-thumbnail {
background:none;
border:none;
max-width:100%;
margin-bottom:8px;
margin-top:8px;
padding:3px;
}There were values in the background and border that I put to none and it works!!
- The topic ‘need to remove border from side bar image widget – matala’ is closed to new replies.