Home Forums Basel support forum Change Extra Information layout

Change Extra Information layout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9323

    mihudesign
    Participant

    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.
    #9337

    mihudesign
    Participant

    Hi,

    I have provided login credentials.

    Thanks,
    Michael

    #9343

    Artem Temos
    Keymaster

    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;
    }
Viewing 3 posts - 1 through 3 (of 3 total)