Site logo

Archived topic

Product Image Area 100% not working

3 replies · Started by Elio on October 19, 2021

Viewing posts 1–4 of 4

Hi,

I would love to set my woocommerce product photo in full width, however, once I set it at 100%, the product name gone. may I know how to fix this?

Hi there,

try adding this CSS:

.woocommerce .entry-content div.product {
    display: flex;
    flex-direction: column;
}
.woocommerce #content div.product div.images {
    width: 100% !important;
}

great, solved!

You're welcome

This archived topic is closed to new replies.