Images not Centering
-
I’ve looked through past posts, but some of the fixes I’ve tried don’t seem to work.
I cannot get images to center on any of my WP pages. Since I am designing this so other members of our site can edit and add content, I need something in the CSS fixed, as none of them are really proficient with computers.
I tried the following, which seemed to work for others:
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
I added this to my #content and #body sections of the CSS, but it’s still not working.
If anyone has any ideas as how to troubleshoot this, I’d greatly appreciate it! This has been a problem since the beginning, and I have been trained in CSS, and still can’t figure it out.
Here’s the code:
- The topic ‘Images not Centering’ is closed to new replies.