Archived topic
blot overview not showing images
7 replies · Started by Zoë on August 17, 2020
Hi there,
I recently upgraded my wordpress to generatepress with premium plugin
however i am unable to configure the bloglayout.
On my frontpage, i am showing all the latest blogpost. I am unable to adjust the image so its algined on the left side while the text is on the right
Kindly advice me
Hi there,
make sure you have the Blog module enabled in Appearance > GeneratePress:
https://docs.generatepress.com/article/adjusting-the-featured-images/
You can the select a smaller Media Attachment size ( if required ) and set Alignment to Left.
Hi
tried with alignment Center, left and right.
Didnt workout. The module is also enabled. what am i missing?
Aah ok - you're not actually displaying a featured image. Its just an image within the content.
Try adding this CSS:
body:not(.single) .post .entry-content img:first-of-type {
float: left;
margin: 0 20px 20px 0;
}
didnt do any changes. i added the code in functions.php
That code is CSS:
Ups. Ofcourse its CSS lol.
thanks
:) Glad to be of help