Hi,
I am willing to set the following CSS:
For desktop:
.single-product-summary {
width: 40%;
}
For mobiles:
.single-product-summary {
width: 100%;
}
I have tried many options with @media but none of them works in a mobile view! By default it’s 40% and it works like a charm but it’s also 40% on mobiles although, I need 100% there. Thanks in advance!