White space on cart page

Hi,
Can you help me. On Woo Commerce Cart pages there is lots of white space at the top of the page. e.g. www.stixdrinks.com/cart (also on checkout etc).

How do I remove this?

Hi @tomandersondixon,

Thank you for reaching out to us.To remove the white spaces from WooCommerce pages, try adding the following code in the Theme Options > CSS:

.woocommerce-page h2 {
    margin-top: 0;
}
.woocommerce-page .entry-wrap {
    padding: 0
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.