Image Placement Issue
-
Hi,
I’ve been having issues with image placement in both posts and pages. I can’t seem to center images nor text-wrap around images as well.
Here’s an example of one of my posts with the centering issues:
Here’s all the code I entered that I picked up from WP Codex:
} img.alignright {float:right; margin:0 0 1em 1em; border:solid #ffde00 2px padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft {float:left; margin:0 1em 1em 0; border:solid #ffde00 2px; padding: 4px; margin: 0 0 2px 7px; display: inline; } img.aligncenter {display: block; margin-left: auto; margin-right: auto; border:solid #ffde00 2px; padding: 4px; margin: 0 0 2px 7px; display: inline; } p img { padding: 0; max-width: 100%; } .alignright {float:right; } .alignleft {float:left; } .aligncenter {display: block; margin-left: auto; margin-right: auto} .wp-caption { margin: 5px; padding: 5px; border: solid 2px #ffde00; background: #E5F2FF; font-size:90%; color: black } }
Please help! It’s been driving me bonkers!
Thanks in advance for your support!
– Minkers
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Image Placement Issue’ is closed to new replies.