Change Extra Information layout
-
Hi,
I have product bundles in my webshop and all the products in the bundle have extra information. But the layout of this extra information looks really messy and unclear.
How can I get the product titles in the same line as the attributes?
and how do I get spaces between the different products?
See attachment.
Attachments:
You must be
logged in to view attached files.
Hi,
I have provided login credentials.
Thanks,
Michael
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce-Tabs-panel--additional_information h4 {
padding:0 10px;
margin-bottom:10px;
}
.woocommerce-Tabs-panel--additional_information table + h4 {
margin-top:30px;
}