[Support request] blot overview not showing images

Home Forums Support [Support request] blot overview not showing images

Home Forums Support blot overview not showing images

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1405799
    HiddenName

    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

    #1405980
    David
    Staff
    Customer Support

    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.

    #1409213
    HiddenName

    Hi

    tried with alignment Center, left and right.

    Didnt workout. The module is also enabled. what am i missing?

    #1409326
    David
    Staff
    Customer Support

    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;
    }
    #1410171
    HiddenName

    didnt do any changes. i added the code in functions.php

    #1410263
    David
    Staff
    Customer Support
    #1412346
    HiddenName

    Ups. Ofcourse its CSS lol.

    thanks

    #1412513
    David
    Staff
    Customer Support

    🙂 Glad to be of help

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.