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
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
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;
}
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. ![]()
@LucianoFashion
Can You Please share Your Store URL…
Password = Luciano
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
Password = Luciano
TY