Top margin on category page - by sklep - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler

  • Avatar: sklep
    sklep
    Participant
    August 5, 2020 at 17:02

    There’s no top margin/padding between div header bottom and content below.
    That looks terrible on category and shop page.

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2020 at 18:34

    Hello,

    Thanks for using our theme.
    Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    .post-type-archive-product .content-page {
        margin-top: 15px;
    }

    Regards

    Avatar: sklep
    sklep
    Participant
    August 6, 2020 at 08:39

    Thanks, shop site is ok but category site is still not good. Take a look:
    https://www.beewear.eu/product-category/t-shirty/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 6, 2020 at 08:53

    Please change the previous code to:

    .post-type-archive-product .content-page,
    .tax-product_cat .content-page {
        margin-top: 15px;
    }

    Regards

    Avatar: sklep
    sklep
    Participant
    August 6, 2020 at 11:16

    I want to center box with size and color like description and price.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 6, 2020 at 12:00

    Add the next custom CSS code:

    .single-product .product-information table.variations td.label, .single-product .product-information table.variations td.value {
        text-align: center !important;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.