Home Forums Themes Support TeeSpace Some CSS improvements

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12080
    usmanue
    Supported

    Hi team, long time.
    So I need a slight improvement in CSS.

    Look at the picture and empty space after the variation. I want that if we have empty space then the attributes can be displayed right next to one another for better usability.

    link to the product: https://printeazy.club/product/business-card-test-product-with-att/

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

    Hi,
    Thanks for contacting us and choosing our product!
    Please try this CSS code in Appearance -> Customize -> Additional CSS:

    .single-product-top form.cart table.variations > tbody {
      display: flex;
      flex-wrap: wrap;
    }

    However we don’t recommended custom of design!
    Hope this helps!

    ***
    Regards,
    HaruTheme

    #12133
    usmanue
    Supported

    Thanks. looks good now

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

You must be logged in to reply to this topic.