Site logo

Archived topic

blot overview not showing images

7 replies · Started by Zoë on August 17, 2020

Viewing posts 1–8 of 8

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

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

Ups. Ofcourse its CSS lol.

thanks

:) Glad to be of help

This archived topic is closed to new replies.