Anyone knows why there is a blank space in my product page at the right side, like this: (MOBILE MODE)
I would like to remove it, making the image product fill that blank space like in the left side.
Web: https://centralmrkt.myshopify.com
PASs: 90210
1- Go to online store
2- Edit code
3- open base.css file
add the following code in the bottom:
.grid–1-col .grid__item {min-width: 95% !important;}
.product__media-wrapper {padding-right: 20px !important}
That should solve the issue.
Hi @davidvilaa ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
namphan
4
Hi @davidvilaa ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.slider.slider--mobile .slider__slide.product__media-item {
margin-left: 1.5rem;
}
}