Home Forums WoodMart support forum Additional information 2 columns

Additional information 2 columns

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #185683

    John
    Participant

    Hello, it is possible to set additional information on 2 columns?
    Any css trick šŸ˜€

    #185722

    Hello,

    Additional information in the product page can be added globally – the same for all the products and individually in each product.

    The global option is provided in the Theme Settings > Product page > Tabs > Additional information title and Additional information content. You can create HTML (WP Bakery page builder template), insert a row and divide it into as many columns as you need, and insert HTML ID into the content area.

    Enter any product page and you will find the option of an Additional tab, you can also insert HTML shortcode ID inside.

    Best Regards

    #186141

    John
    Participant

    Hello,
    Can you check the photo below?
    We have many attributes so it would be nice to show them in 2 columns rather than one…
    Can you help me achieve this ?
    Also if it not possible can I make the section more larger in width?
    thanks and waiting for your answer!

    Attachments:
    You must be logged in to view attached files.
    #186143

    Hello,

    Unfortunately, HTML structure does not allow to do it with CSS, this would require Woocommerce template customization that is not covered by our support.

    Best Regards

    #186147

    John
    Participant

    Ok can we make that tab more width?

    #186206

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .tabs-layout-tabs #tab-additional_information .shop_attributes {
        max-width: 100%;
    }

    Best Regards

    #186355

    John
    Participant

    Thanks, it is working perfectly.
    One more thing it is possible to align variable on left atm they are aligned on right.
    In the screenshot above I’m referring to only (magisso, 74 cm etc)

    #186364

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)