Okay
  Public Ticket #2687088
Reduce spacing below product category page title
Closed

Comments

  • Troels started the conversation

    Hello,

    we would like to reduce the height/distance below the product category page title and the breadcrumb (the red box in the attachment).

    We tried using various CSS but with no luck.

    Please let us know how we can reduce the spacing/height/distance between the product page title and the breadcrumb.

    Thanks.

    / Troels


  •  2,723
    Andrew replied

    Hi Troels,

    Please try this css:

    .post-type-archive-product.woocommerce .container-wrap, .tax-product_cat.woocommerce .container-wrap {
        margin-top: -65px;
    }

    Thanks.

  • Troels replied

    Thanks,

    that worked.

    / Troels