This topic has 7 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
hello
is there a way to reduce the header space between the header and cart items, without it affecting other pages please????
actually checkout page too:
seems things are just sticking to the header image, cant seem to change it via css!???
Hello,
You can add this code in Custom CSS:
.page-id-15851 .page-heading.bc-type-5 {
padding-bottom: 25px !important;
}
.page-id-16609 .page-heading.bc-type-5 {
padding-bottom: 10px !important;
}
.page-id-16609 .page-content.sidebar-position-without.sidebar-mobile-bottom {
margin-top: 30px !important;
}
Change value padding and margin to yours.
Regards,
Rose Tyler.
Hi Thank you,
but the code above has no effect to the cart page only the checkout page:
.woocommerce-cart .page-content {
margin-top: 30px !important;
}
Regards,
Rose Tyler.
Thank you.
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Header space’' has been successfully resolved, and the topic is now closed for further responses