I tried center align, to put each image above its paragraph; still not working.
[img class=”size-thumbnail wp-image-172 aligncenter” src=”http://www.wheelforwomen.org/wp-content/uploads/2018/09/beloved-community-150×150.jpg” alt=”book cover” width=”150″ height=”150″ /]
I tried the 2019 theme and alignment worked. This is a problem with the Krystal theme.
Hi Wheelorg,
Actually, Your image tag is wrapped inside the anchor tag. Try to remove the anchor tag and then check it.
Let us know if this works or not
Best Regards
Removing the link tag does enable image alignment. However, that is still weird and frustrating. Linking from an image is extremely common.
On this page, I want to use thumbnail images and allow visitors to see the full-size image in a lightbox without leaving the page. (Using FooBox plugin and selecting “media” as link option.)
I use linked images extensively on another site, an art site, and I have never had a problem there with alignment. Ex: https://www.holocaust-humanrights-art.org/ohr-1970s/
Hi Wheelorg,
To center align the anchor tag having an image inside, you can simply wrap the anchor tag inside a div with style text align center.
For eg. Write your HTML like this
<div style="text-align:center;">
<a href=""><img src=""></a>
</div>
You can also try editing your page using Elementor Page builder which is the recommended plugin for this theme. With Elementor you can align your images and text in a more visual way.
Best Regards