- This topic has 11 replies, 3 voices, and was last updated 1 year, 6 months ago by
David.
-
AuthorPosts
-
January 20, 2021 at 5:30 pm #1627083
liza
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.
January 20, 2021 at 10:02 pm #1627192Elvin
StaffCustomer SupportHi,
You can try go to Appearance > Customize > Layout > Blog and set image alignment to “Left” on the Archive Tab.
https://share.getcloudapp.com/mXu50WXXOptional: 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.
A wise man once said:
"Have you cleared your cache?"January 21, 2021 at 1:53 am #1627352liza
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.
January 21, 2021 at 3:05 am #1627431David
StaffCustomer SupportHi there,
can you go to Customizer > Layout > Blog and disable the Columns feature.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 21, 2021 at 3:42 am #1627491liza
Hi, David! thanks..it worked but I need my archive category posts to be displayed in three-column
layout. What would you suggest?January 21, 2021 at 4:08 am #1627526David
StaffCustomer SupportOk so – is the Blog page a single column and the Cat Archives 3 columns ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 21, 2021 at 4:16 am #1627535liza
Yes..that’s right
January 21, 2021 at 6:04 am #1627640David
StaffCustomer SupportOk, 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 21, 2021 at 6:24 am #1627656liza
Okay, I already re-enabled the columns. Thanks in advance, David.
January 21, 2021 at 6:59 am #1627903David
StaffCustomer SupportTry this CSS:
body.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image { text-align: left; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 21, 2021 at 7:19 am #1627938liza
David..it worked! I wish I could buy you a bottle of beer=) Thanks a lot!
January 21, 2021 at 7:30 am #1627959David
StaffCustomer SupportGlad to be of help!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.