Site logo

Archived topic

image alignment issue

11 replies · Started by liz on January 20, 2021

Viewing posts 1–12 of 12

Hi,

I'm sorry, I know there have been questions raised on this issue but I can't find anything that has the same exact issue as mine. I want all my images to align to the left. So far only the first image is positioned to the left, but the rest are aligned to the center. The link to my website is in the private information field. Thanks.

Hi,

You can try go to Appearance > Customize > Layout > Blog and set image alignment to "Left" on the Archive Tab.
https://share.getcloudapp.com/mXu50WXX

Optional: If you set the Media Attachment Size to "full", the alignment likely won't matter as the image takes the whole container's width as its size.

I did try a few times to align the position of the images to the left but it didn't work. I also set the media attachment to full but for some reason..the first image is still aligned to the left and the rest of the images are centered. I really want to align the position of the images to the left..I hope there is a way to do this.

Hi there,

can you go to Customizer > Layout > Blog and disable the Columns feature.

Hi, David! thanks..it worked but I need my archive category posts to be displayed in three-column
layout. What would you suggest?

Ok so - is the Blog page a single column and the Cat Archives 3 columns ?

Yes..that's right

Ok, can you re-enable the columns so the Category displays 3 and ( you had some CSS ) for the Blog to show 1. And ill look at the CSS required to fix the image align issue.

Okay, I already re-enabled the columns. Thanks in advance, David.

Try this CSS:

body.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image {
    text-align: left; 
}

David..it worked! I wish I could buy you a bottle of beer=) Thanks a lot!

Glad to be of help!

This archived topic is closed to new replies.