Shopify themes, liquid, logos, and UX
Hey, is there a way to make my product images full width on MOBILE view only? I will add a picture of the issue and desired outcome below. Thanks in advance!
You can't see it in the picture, but there are small white lines on the left and right side of the picture on my website. It is easier to see on the actual product page: https://bellevodesign.com/products/stella-navy-washed-cotton-bedding-set
My store: https://bellevodesign.com
The issue:
Desired outcome:
Hi @bellevo
check this one,.
@media only screen and (max-width: 749px){
section#MainProduct-template--21762617311576__main .page-width {
padding: 0;
}
section#MainProduct-template--21762617311576__main .product__info-wrapper {
padding: 0 1.5rem;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey, I added this to the bottom of "Base.css" but nothing happened.
try to add on the theme editor. Go to product page.
When you click the prodcut info on the left side there will new tab will come out > scroll down and find this one.
Paste the code here and save. Thanks!
Hey, I cannot paste it there, it is giving me an error. I will add a picture below.
@media only screen and (max-width: 600px) {
.page-width {
padding: 0px !important;
}
.product__info-wrapper {
padding: 0 1.5rem !important;
}
}
- Can you try adding it in the last line file base.css @bellevo
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Didn't do anything either, still white edges on the product image. Thank you though.
Anyone know how to fix this?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024