This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
1. In mobile view the variation swatches are exiting the page. Please provide relevant code to adjust this.
Screenshot:
https://paste.pics/e487591f64c4af0fef6eeeab035a88cf
2. Also I want to add top padding to Shop Page and Cart Page. Please direct as to how to add
Hello,
Add the below code to Theme Options > Custom CSS
.single-product .template-container form.cart table.variations .label {
width: auto;
display: block;
}
Add the below code to add space on the shop and cart pages
.woocommerce-page .content-page {
margin-top: 20px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up