@Pam9
Sorry you are facing this issue, it would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
@Pam9
Hi,
Welcome to the Shopify Community.
We are always happy to help you.
Sir, Kindly Share your Store URL.
Thank you.
Pam9
4
Hey @KetanKumar ,
thank you for the willingness to help!
1 Like
Pam9
6
I have figured out the 2 and 3 so you can help me with number 1.
@Pam9
yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.product-single {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
body.template-product .main-content {
padding-top: 0px;
}
@media screen and (max-width: 590px) {
#CollectionSection {
padding: 0px 15px;
}
}
1 Like
Pam9
8
Wow! It worked! Thank you so much. I appreciate it.
In case I want to decrease the size of the product description table, would it still be in the middle?
1 Like
@Pam9
yes please try this global code work as well
1 Like
Pam9
10
Thank you so much @KetanKumar !
1 Like
@Pam9
its my pleasure to help us
1 Like