Product Page - Image on Left Side (Desktop)

Hi please see attached image, I would like for my Product Page Image to be on the Left Side and the text on the Right Side for (Desktop View).

Theme: Blockshop

Thank You

@LucianoFashion
Hello,
Can You Please Share Your Store URL…

I Will Provide a Proper Solution

https://lucianofashion.co.uk

Password: Luciano

Hello @LucianoFashion

Go to the online Store > Theme >Edit Code >Assets > stylesheet.css > Add code in this file.

.gridlock .row [class*=all-], .gridlock .row [class*=desktop-], .gridlock .row [class*=max-], .gridlock .row [class*=min-], .gridlock .row [class*=mobile-], .gridlock .row [class*=tablet-] {
float: right;
}

.product-right {
float: left;
}

Hi, there is no stylesheet.css in any of this theme. thanks

Hello Again @LucianoFashion

I hope It will be helpful please try this code:-

Go to the online store → Theme ->Edit Code ->Assets → theme–critical.css → Add code in this file.

.gridlock .row [class*=all-], .gridlock .row [class*=desktop-], .gridlock .row [class*=max-], .gridlock .row [class*=min-], .gridlock .row [class*=mobile-], .gridlock .row [class*=tablet-] {
float: right;
}

.product-right {
float: left;
}

@LucianoFashion
Hello,
online Store > Theme >Edit Code >Assets > search Theme-critical.css or theme.css or theme-async.css and add this code

Added the code to theme–critical.css and no change. :disappointed_face:

@LucianoFashion
Can You Please share Your Store URL…

https://lucianofashion.co.uk/

Password = Luciano

https://lucianofashion.co.uk/

Password = Luciano

THank You Very Much

Hello Again** @LucianoFashion **

As you can see, I checked your query and your product page. Everything is the same as you requested.

Hi, you are on the wrong website. The images are on the right

https://lucianofashion.co.uk/

Password = Luciano

TY