Attribute width product page
-
Hi,
When you use the “accordion” tabs on the product page, the items in the attributes are evenly wide as the others.
If you select “Tabs”, all tabs are as wide as in the accordion, accept for the attributes.
Is this a bug? because it looks weird and would like to fix it.
Attachments:
You must be
logged in to view attached files.
Hello,
We have created the table in such a width to ensure good look to the table. If you want to make it full width, please provide your site admin access we shall provide CSS.
Best Regards
Hello,
Please add this CSS to the Theme settings > Custom CSS >
.tabs-layout-tabs #tab-additional_information .shop_attributes {
max-width: 100%;
margin: 0 auto;
}
Best Regards