css conflict? add 3px image padding?
-
Hi folks,
I’m a fairly experienced WP’er and web designer but I’m really stuck on trying to add padding to my images.
On this page: https://malcs.net/blog/
I just want to add a simple padding command
padding: {3px;}I’ve changed the css for the images, added an id-specific image padding, and nothing seems to work. Adding hspace and vspace to each image does it, but obviously, I’d prefer to do it in css…..something has to be conflicting, but even aardvark hasn’t helped….
The current css is below….any insights would be appreciated.
s.
Current css:
img {
border:none;
padding: 3px;
}.right img {
position:relative;
float:right;
padding: 3px;
margin:5px 2px 2px 5px;
}.left img {
position:relative;
float:left;
padding: 3px;
margin:0 5px 0 2px;
}#image38 {
padding: 3px;}
- The topic ‘css conflict? add 3px image padding?’ is closed to new replies.