mobile product page – short description section wider
-
Dear Sirs hi.
The question is for the mobile set up and only for the mobile.
On the individual product page I wish to make the short description section as wide as the elementor section bellow. I I have search both settings and your support pages but I did not manage to find my reply.
I wish the wording and rest of items wider NOT the box that they are in.
I enclose screenshot for your convinience.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:
.woocommerce-product-details__short-description {
width: 100% !important; /* Adjusts the width to match other sections */
}
Best Regards
Dear Aizaz hi.
Thank you for your prompt reply. I have tried the CSS given and I report that it only widens the Mobile Short description to the right. Can you offer a solution that makes wider right also ?
Best regards
Georgios
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:
.woocommerce-product-details__short-description {
right: 25px !important;
position: relative;
}
Best Regards