Site logo

[Resolved] Change position featured image on blogpage

Home Forums Support [Resolved] Change position featured image on blogpage

Home Forums Support Change position featured image on blogpage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1667639
    Bram

    For my blogpages I use featured images(not the ones in elements) in the contentpage. (in combination with the plugin WP Show Post)

    As you can see is the image underneath the title – Sterke spieren opbouwen? – not straight in line with the first line.
    What can I do to change position of the image(or text) so that I can get it straight in line with the first line.

    https://www.gezondlevenplein.nl/sterke-spieren-opbouwen/

    Thanks on forehand.

    Bram

    #1667863
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(min-width: 769px) {
      .post-image-below-header.post-image-aligned-right .inside-article .featured-image {
        margin-top:  3.5em !important;
      }
    }

    adding CSS: https://docs.generatepress.com/article/adding-css/

    #1667988
    Bram

    Thank you David, exactly where I was looking for!!!

    #1668023
    David
    Staff
    Customer Support

    Glad to hear that!

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