Customize size of featured image on posts

Hi there,

I’m looking to edit the appearance of featured images on our blog posts. Currently we have the featured image showing first. The post title then displays underneath with the author, date, category and leave a comment option showing directly underneath the title. For example:

What I’d like to try is the featured image being about a quarter of its current size (half the width and half the height) with the Post title showing directly to the right of the image. The author, date, category and comment then showing underneath the featured image and post title.

Any help you could give would be really appreciated!

Many thanks,
Vaping Hardware

Hi @VapingHardware,

Thank you for reaching out to us. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

With that being said I can point you in the right direction, I see you already have the child theme active, so you can copy the file content.php from parent theme (/x/framework/views/integrity/) and paste the file in your child theme, make sure to match the folder path i.e (/x-child/framework/views/integrity/) you’ll need to create the integrity folder and inside this, paste the file.

This file content.php controls the standard post output for Integrity, you can make changes as you need.

Thanks for understanding. Take care!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.