[Resolved] Woocommerce – Single Product – Long description max width

Home Forums Support [Resolved] Woocommerce – Single Product – Long description max width

Home Forums Support Woocommerce – Single Product – Long description max width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2333241
    FunkyCss

    Hello,

    how can I make the long description on single products max width 900px for PC only

    #2333279
    David
    Staff
    Customer Support

    Hi there,

    if its still inside the tabs then you can do this:

    #tab-description {
        max-width: 900px;
        margin: auto;
    }
    #2340363
    FunkyCss

    Thank you david!

    #2340517
    David
    Staff
    Customer Support

    You’re welcome !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.