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
26 6 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

}

Jake Clifford | Shopify Developer | jakeclifford.com
Focused on building amazing looking and high converting custom stores on shopify
To Hire me send DM or email jakeclifford35@gmail.com

View solution in original post

Replies 2 (2)

jakeclifford
Shopify Partner
26 6 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

}

Jake Clifford | Shopify Developer | jakeclifford.com
Focused on building amazing looking and high converting custom stores on shopify
To Hire me send DM or email jakeclifford35@gmail.com
boobieshack
Tourist
11 0 3

Success! Thank you so much!