My site in desktop layout all in right hand sides and so small

Solved

My site in desktop layout all in right hand sides and so small

GoldTrunk
Tourist
11 0 3

My site all information in right hand side and so small in desktop mode, I would you like use up the page area.  How can I fixed it. shopify 1.png

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@GoldTrunk 

Please Remove previous css & add following css

@media only screen and (min-width: 769px){
.template-product .large--seven-twelfths { width: 50%;}
.template-product .large--five-twelfths { width: 50%;}
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 11 (11)

dmwwebartisan
Shopify Partner
12321 2552 3729

@GoldTrunk 

1. In your Shopify Admin go to:  online store > themes > actions > edit code

2. Find  Asset > timber.scss.liquid  and paste this at the bottom of the file.

@media only screen and (min-width: 769px){
.template-product .large--seven-twelfths { width: 50%;}
.template-product .large--five-twelfths { width: 50%;}
.template-product .wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
12321 2552 3729

@GoldTrunk 

1. In your Shopify Admin go to:  online store > themes > actions > edit code

2. Find  Asset > timber.scss.liquid  and paste this at the bottom of the file.

@media only screen and (min-width: 769px){
.template-product .large--seven-twelfths { width: 50%;}
.template-product .large--five-twelfths { width: 50%;}
.template-product .wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
GoldTrunk
Tourist
11 0 3

May I duplicate or backup my site before I make a edit?

dmwwebartisan
Shopify Partner
12321 2552 3729

@GoldTrunk 

 yes

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
GoldTrunk
Tourist
11 0 3

It seem better, if I would like the right hand side description area bigger, would you tell how can I do this.

After I paste statement in Asset > timber.scss.liquid , I feel the product photo move to left hand side.  I would like move back in central.

shopify 2.png

 

 

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@GoldTrunk 

Please Remove previous css & add following css

@media only screen and (min-width: 769px){
.template-product .large--seven-twelfths { width: 50%;}
.template-product .large--five-twelfths { width: 50%;}
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
GoldTrunk
Tourist
11 0 3

This is better, the layout is more users friendly, love it

GoldTrunk
Tourist
11 0 3

I would like  use up description area, rather than just use right hand sides area.

 

shopify 3.png

dmwwebartisan
Shopify Partner
12321 2552 3729

@GoldTrunk 

Thanks for screenshot but this is code customization work Please share Sections/product-templete.liquid file code otherwise 

hire shopify expert or conatact to shopify support.

Thanks Again!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
GoldTrunk
Tourist
11 0 3

@dmwwebartisan 

Thank you for your advise, I copy Sections/Product-template.liquid as a word file.  Would you help me again.