New Landing How can we help? Cardinal Change post image size (featured image size)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #290863
    studiodorus
    Member
    Post count: 42

    Hello,

    I would like to change the size of the feautured image at the top of a post.
    I would like to change it to the size of a thumbnail. So the image will not be as larges as shown on screenshot.

    Hope to hear from you soon.

    Kind regards

    Attachments:
    You must be logged in to view attached files.
    #290866
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    In the Post Meta Options, click the Detail Media tab, and set it to ‘none’

    Then add the image to the page using the import media in a text box or in the visual editor (if you’re not using the page builder)

    – Kyle

    #290872
    studiodorus
    Member
    Post count: 42

    Hi Kyle,

    I want to put in the image ONE TIME. It has to show the image as thumb in recent post list en other places of the site.
    Is this possible

    – Dorus

    #290875
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .single-post- figure.media-wrap img {
      width: auto;
    }
    

    In the post meta you will have to change the layout of the media from full width to ‘above content’

    – Kyle

    #291481
    studiodorus
    Member
    Post count: 42

    Thanks works great.

    Is it possible to center that image/icon?
    Move the image above the texts (see screenshot)

    – Dorus

    Attachments:
    You must be logged in to view attached files.
    #291484
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes, by doing:

    In the post meta you will have to change the layout of the media from full width to ‘above content’

    – Kyle

    #291487
    studiodorus
    Member
    Post count: 42

    Is it possible to do this with css?

    – Dorus

    #291490
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately not sorry

    – Kyle

    #292079
    studiodorus
    Member
    Post count: 42

    Thanks for the help

    #292080
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.