• Resolved samilahti

    (@samilahti)


    The blog post page image is not aligned, nor the size is good. What options I have?
    I would like to get it centered at least.

    But what is the good strategy for these images in general? Using the Grid layout of the Recent Post block and there seems 300×300 look good and the file size is then small. Should just big images be used and let WP fit it into the Grid page?

    (Yes, I started to use WP on Tuesday and picked up Getwid theme with great luck.)

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support dimned

    (@dimned)

    Hi @samilahti,
    Thanks for contacting us and for using our plugin. There are registered certain image sizes in each theme to make them look correctly in different parts of the site. So it is recommended to use bigger featured images for your posts. Here is an example from Getwid Base theme demo https://getwid.getmotopress.com/blog/2019/04/01/start-your-business-analyst-career/
    As you can see here is Custom Post Type Block and there is used thumbnail (one of the predefined image sizes) https://getwid.getmotopress.com/blocks/posts-grid-list/
    You may watch some video tutorials on how to use Getwid

    Thread Starter samilahti

    (@samilahti)

    Thanks @dimned ,

    I looked at several videos – they are great!

    The Recent Blog Posts block is good for us – I can do all I need with it.

    But then the post page itself is a challenge. Is there possibility to adjust that? Either center the image, or maybe remove it completely? Any custom CSS to center the image?

    Asking because some of the images we have are from customers and there is little chance to get them to that bigger size.

    Plugin Support arsengunner

    (@arsengunner)

    Hi, @samilahti!

    You may try to center the posts images by adding the following CSS under Appearance ->Customize ->Additional CSS:

    .post-thumbnail img {
    	margin-left: auto;
    	margin-right: auto;
    }

    Let me know if this works for you.

    Regards,
    Arsen

    Thread Starter samilahti

    (@samilahti)

    Thanks Arsen, this works perfectly!

    Can I ask another favor – is there CSS that forces the image to a certain size?

    thanks,
    Sami

    Plugin Support dimned

    (@dimned)

    Hi @samilahti,
    Could you clarify the question in more detail? Is there ant URL to the page or screenshot to help us understand the request correctly?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Getwid Blog Post image – options?’ is closed to new replies.