Attributes showing on single products and text is to spread out!
-
See attached image please, can you provide a fix for this, i cannot where i can fix this issue. I need the weight to be next to the word, not across the page.
Attachments:
You must be
logged in to view attached files.
Hello,
Please send me the page URL where the issue exists so I will check and give you the possible solution.
Best Regards.
Go into any product, it’s all the same across all my products. Here is a url https://kingmedsdelivery.com/product/alpha-blue/
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.product-image-summary .shop_attributes tr td:last-child {
text-align: left;
}
.product-image-summary .shop_attributes {
width: 400px;
}
Best Regards