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

Limiting bottom of picture/length code

Home / Forums / Virtue Theme / Limiting bottom of picture/length code

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 24, 2018 at 8:08 pm

Hi Virtue by Kadence Themes,

I have this code which limits the width of my picture:


@media
(max-width: 767px) {
.products .kad_product {
width: 33.33%;
float: left;
}
}

However, I’d like the line that limits their length as well. When I put in ‘length:33.33%;’ They all appear to bunch up on each other on one line. Please help with this, thank you.

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