Hi
I have a problem on my single product page:
The text of the short description is on the picture and not after (at the ligne) as a “container”?
On my child theme css i have this : (for picture of the single product page and the container):
.main-images .woocommerce-product-gallery img {
max-height: 300px;
width: auto;
}
/* FIN limiter la hauteur des images produits */
#containerBH {
display: flex; /* establish flex container */
flex-direction: column; /* make main axis vertical */
justify-content: center; /* center items vertically, in this case */
align-items: center; /* center items horizontally, in this case */
}
Is there the problem? how can i fix this ?