Can't Center Images
-
I use the Revolution Code Blue and I’ve been using it since 2009.
I’ve never been able to center images.
I added the following code to my site:
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}But nothing changed even after clearing cache.
Images align left and right without problem. It’s only centering that doesn’t work.
This is an example of my most recent problem: https://nowthinkaboutit.com/2014/02/easily-add-affiliate-link-to-images/
If you can help it would be appreciated. Thanks
- The topic ‘Can't Center Images’ is closed to new replies.