Solved

Place product page content in the center only desktop -Brooklyn theme

Pam9
Explorer
104 0 15

Hey, 

1. I would like to know how to place the product page's content in the middle only on desktop.

 

2. How can I increase the left margin in collection page on mobile only?

 

3. How can I decrease the margin between product image and logo on product page?

 

Accepted Solution (1)
KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@Pam9 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. 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;
}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 10 (10)

KetanKumar
Shopify Partner
36844 3636 11978

@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.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Pam9
Explorer
104 0 15

Hey @KetanKumar ,

 

thank you for the willingness to help!

 

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@Pam9 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. 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;
}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Pam9
Explorer
104 0 15

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?

KetanKumar
Shopify Partner
36844 3636 11978

@Pam9 

yes  please try this global code work as well

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Pam9
Explorer
104 0 15

Thank you so much @KetanKumar !

KetanKumar
Shopify Partner
36844 3636 11978

@Pam9 

its my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Pam9
Explorer
104 0 15

I have figured out the 2 and 3 so you can help me with number 1.

Zworthkey
Shopify Partner
5581 642 1569

@Pam9 
Hi, 
Welcome to the Shopify Community.
We are always happy to help you.
Sir, Kindly Share your  Store URL.

Thank you.

Pam9
Explorer
104 0 15

Hey @Zworthkey ,

 

thank you for the reply.