• Resolved wheelorg

    (@wheelorg)


    I added images to a page, selected right align on all of them — and they all show as just inline graphics, no alignment or text wrap at all!

    I checked the html view: the code looks exactly the same as any image I have ever added to a WordPress page. Ex:

    It shows correctly in editing.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wheelorg

    (@wheelorg)

    I tried center align, to put each image above its paragraph; still not working.

    [img class=”size-thumbnail wp-image-172 aligncenter” src=”https://www.wheelforwomen.org/wp-content/uploads/2018/09/beloved-community-150×150.jpg” alt=”book cover” width=”150″ height=”150″ /]

    Thread Starter wheelorg

    (@wheelorg)

    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

    Thread Starter wheelorg

    (@wheelorg)

    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

    Thread Starter wheelorg

    (@wheelorg)

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image alignment not working’ is closed to new replies.