Hi everyone,
Could anyone help me to make the product image as wide as the screen. So that there is no white line showing. I tried to make it more clear what I mean in the pictures
thanks
Hi everyone,
Could anyone help me to make the product image as wide as the screen. So that there is no white line showing. I tried to make it more clear what I mean in the pictures
thanks
Hey @Nienke_pr
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Nienke_pr
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
and add this code at the end of the file.
.page-width {
max-width: 100%;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Thanks, Please hit the like button also.