Home › Forums › WoodMart support forum › Bottom (2 columns) › Reply To: Bottom (2 columns)
loralora
you do not understand me, then I will ask differently:
Which class is responsible for the width of the columns, product images, product descriptions (field where the price is) and the number of widgets?
I need to override the width of the shares “col-lg-6 col-12 col-md-6 product-images” and “col-lg-6 col-12 col-md-6 summary entry-summary” in “row product-image- summary-inner “.
Now my values are 50%, and they seem to be divided into both classes.
i tried code
.product-images {
flex: 0 0 62%;
max-width: 62%;
}
.summary .entry-summary {
flex: 0 0 25%;
max-width: 25%;
}
For the class “col-lg-6 col-12 col-md-6 product-images” this gives the desired result, but this also affects “col-lg-6 col-12 col-md-6 summary entry-summary”. I mean, then they both become 62%.
Q: what is the correct heart rate? Many thanks for the help.
Now my values are 50%, and they seem to be divided into both classes.