Hi there, on our category page: https://www.flyingvgroup.com/blog/category/in-the-news/
The images are cut off. On the blog posts, they show perfectly fine. Anything we can do to increase this viewport size?
Thank you!
Hi there, on our category page: https://www.flyingvgroup.com/blog/category/in-the-news/
The images are cut off. On the blog posts, they show perfectly fine. Anything we can do to increase this viewport size?
Thank you!
Hello @flyingvgroup,
Thanks for writing to us.
Regretfully there is no option at the moment. The featured images displayed in posts were used as a background image and set to cover the featured image area.
To render the full-size image you need to override the CSS with custom CSS code. Please add the following CSS code in the X > Theme Options > Global CSS
.archive.category a.entry-thumb {
background-size: contain !important;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Thanks
Perfect. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.