Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Change the size of feature images when using the Blog template

Home / Forums / Virtue Theme / Change the size of feature images when using the Blog template

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
June 3, 2015 at 3:40 am

Hi,

I’m trying to create a list of posts using the Blog page template, but the featured images are taking up too much of the row (around 1/3)

I’m wanting to reduce it to about 25%, and I’ve tried using this CSS I found on another thread, but it’s not working for me.


@media
(min-width: 992px) {
.postlist article > .row > .col-md-5 {
width: 25%;
}
.postlist article > .row > .col-md-7 {
width: 75%;
}
}

Could I get the correct CSS to change this?

Here’s the page –

Thanks

  • The forum ‘Virtue Theme’ is closed to new topics and replies.