Aligncenter not working
-
I have installed arras theme on my WP blog the other day. I have the latest version of both the theme as well as WP. The problem is that captions work OK, but the images using aligncenter class is not aligned to center. The aligncenter class is there is the style.css file and reads
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.floatleft { float: left; }
.floatright { float: right; }
img.aligncenter, img.alignright,
img.alignleft { border: 3px solid #EEE; }the blog address is : https://www.exnol.com
and post address is (please note that this is not post specific, all posts have this problem) : https://www.exnol.com/windows/how-to-disable-access-to-drives-using-disk-management
- The topic ‘Aligncenter not working’ is closed to new replies.