Re: Change Position of Product Description and Product Image - Emerge Theme

Solved

Change Position of Product Description and Product Image - Emerge Theme

boobieshack
Tourist
11 0 3

Heyyy!

 

I am hoping to change the product page layout so that the product images are on the left and the product description is on the right (opposite of what it currently is). Any suggestions? I tried updating the float but that did not work. Thanks!

 

boobieshack.com

pw: surf

Accepted Solution (1)

jakeclifford
Shopify Partner
30 7 14

This is an accepted solution.

Hi,

You can achieve this by editing the CSS

 

Click 3 dots on top left of customise theme page --> click edit code --> find assets folder --> open base.css

 

paste into the top: 

 

.product-page--wrapper {

flex-direction: row-reverse

}

Hi i'm Jake founder @ aovify.com


Boost AOV with Custom Bundle Builders


Get your FREE Custom Bundle Builder Protoype

View solution in original post

Replies 2 (2)

jakeclifford
Shopify Partner
30 7 14

This is an accepted solution.

Hi,

You can achieve this by editing the CSS

 

Click 3 dots on top left of customise theme page --> click edit code --> find assets folder --> open base.css

 

paste into the top: 

 

.product-page--wrapper {

flex-direction: row-reverse

}

Hi i'm Jake founder @ aovify.com


Boost AOV with Custom Bundle Builders


Get your FREE Custom Bundle Builder Protoype
boobieshack
Tourist
11 0 3

Success! Thank you so much!