• Resolved Mark Goodridge

    (@mark-goodridge)


    Hello,

    How would one reduce the size of the description heading tab on the single product page?, or better still hide only the tab heading but still show the content of the product description.

    Whilst I can change the Single Product Tab Headings and Titles or hide the tab all together I can’t seem to customise the tab heading size.

    Any guidance would be much appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter Mark Goodridge

    (@mark-goodridge)

    In Custom CCS add

    .woocommerce-tabs ul.tabs {
      width:0%;float:left;margin-right:4.347826087%
    }
    
    .woocommerce-tabs .panel {
      width:100%;float:right;margin-right:0;margin-bottom:3.631em
    }
    
    .woocommerce-tabs {
      margin-bottom:2.618em;padding-top:0em;padding-bottom:2.618em
    }

Viewing 1 replies (of 1 total)
  • The topic ‘(Storefront) How do I adjust the width of the product tab description?’ is closed to new replies.