Alignment in Post
-
When I place images in posts, the alignment tool won’t work. All images remain aligned left. I know this is a common problem, and I’ve already checked this problem out on other similar support questions. The following code seems to be the preferred fix, but I have tried this both in tandem with the code I already have for images, and without my code, using only the code below alone to style images, and neither way seems to work.
This may be a fix for other people, but not for me. Does anyone have any other suggestions how to fix this? (the page I linked has a bottom image that should be center aligned, but isn’t).
The code I previously tried to fix this problem with.
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized { display: block; text-align:center!important; }The page I need help with: [log in to see the link]
The topic ‘Alignment in Post’ is closed to new replies.
