• Hi Yith, this Woocommerce two-column tab is not responsive to text length at the moment,as far as I can tell. So it does not look nice, even on larger screen sizes. Text is now on multiple lines while it could be on one. Is that something you can solve or can you point me to solution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    can you share with us a screenshot of the issue?
    This way we can provide you the right solution or find something that needs to be fixed in the next theme update. Also a live url will be helpful.
    You can upload the screenshot with a service like https://prnt.sc/

    Thread Starter wood2stock

    (@wood2stock)

    Hi Francesco, site is in ‘maintenance’ mode and only accessible via login. Made a screenshot. Link below. Hope this helps. Thanks!
    https://prntscr.com/1238q9t

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hi again,
    now I got it.
    At this state of development of the theme, you can use additional CSS to achieve this:

    @media (max-width: 768px) {
    .single-product div.product .summary.entry-summary .woocommerce-product-details__short-description p, .single-product .woocommerce-tabs .panel, .single-product .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
    }
    }

    Please change font size according your needs

    Thread Starter wood2stock

    (@wood2stock)

    Hi Francesco, thanks but unfortunately see no change. I copied the css code and posted it back in the customizer section ‘additional css’ and published it. Tested two browsers, cleared cache. Any idea? Sorry no ccs knowledge.

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Ok, got it, please add also these other few lines

    .single-product .woocommerce-tabs .panel table.shop_attributes th {
        white-space: nowrap;
    }

    This will make it work (we will also add this to the next Proteo release)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive style WC tab ‘additional information’’ is closed to new replies.