Hello! I would like to reduce this spacing between my product style and its description:
any tips? I have the brooklyn code
Thank you!!
Hello! I would like to reduce this spacing between my product style and its description:
any tips? I have the brooklyn code
Thank you!!
Your Store Is Password protected.
Kindly Share your URL & password.
hello @InesBourgeois
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
hi! shopifylesizmoor2021 thank you
URL is lesizmoor.com
@InesBourgeois
store Password
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
#shopify-section-16299182391c82529a .grid__item.large--seven-twelfths.medium--seven-twelfths.text-center {
padding-left: 0px;
padding-right: 0px;
}
Thanks!
Css for product page
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
.product-single .grid__item.large--seven-twelfths.medium--seven-twelfths.text-center {
padding-left: 0px !important;
padding-right: 0px !important;
}
Hi, the space is still there when I add it
Would you happen to have any other ideas?
Thank again!
Try this Css for product page
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
.product-single .grid__item.large--seven-twelfths.medium--seven-twelfths.text-center {
padding-left: 0px !important;
padding-right: 0px !important;
}
it still looks the same
Try this csss class
.product-form__item fieldset {padding: 0px !important;}
.product-single__description {padding: 0px !important;}
.product-single__policies {margin: 0px !important;}
it worked! thank you!!