• I’m trying to change the size of featured image of teh page with the blog post.
    How can this be done?

    Regards Soeren

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Add the below code to the Customize > Custom CSS section to change the size. Edit the code as per your need.

    .single .thumbnail img {
        max-width: 70%;
        margin: 0 auto;
        display: flex;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image size / resize’ is closed to new replies.