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

Home page posts not all the same height.

Home / Forums / Virtue Theme / Home page posts not all the same height.

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
December 7, 2013 at 11:38 am

I was trying to figure out how to make the borders around the home page posts a bit darker. I did this by using the custom css option under the advanced settings:

.clearclass0 article {
border-color: #444444;
}
.clearclass1 article {
border-color: #444444;
}

I figured out how to get this working by using chrome’s inspect element option, which nicely outlines the element. It also shows the height/width of the element. All the clearclass1 elements on the page appear to be 570×270 pixels, which is fine. However, the very first element is 570 x 332 pixels. I had thought the first element looked “a little tall” at first, but it really shows when the elements are outlined (see , or just drop the above css into the custom css option on the advanced page). I can’t figure out why this one element is taller than the others…

Any ideas?

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