Shopify themes, liquid, logos, and UX
This is my webpage:wholesalecrystalstone.com
There is too much white space at the bottom of the mobile phone segment
Can you help me?
Bro can you help me take a look?
Hi @David235
To fix the issue with the image
Goto base.css
Find below CSS
@media screen and (max-width: 749px) {
media-gallery .slider.slider--mobile .grid__item {
width: calc(var(--slide-container-percentage-width) -(var(--mobile-scroll-padding)* 2) -(var(--grid-mobile-horizontal-spacing)* 2));
}
}
Replace with below css
@media screen and (max-width: 749px) {
media-gallery .slider.slider--mobile .grid__item {
width: 100% !important;
}
}
Thank you
D.P
Without this code
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust: 100%;}}.display-block, splide-component {display: block;}.grid, .list-unstyled, summary {list-style: none;}.customer a, .link, .share-button__button:hover {text-decoration: underline;text-underline-offset: 0.3rem;}.link-with-icon, .nowrap {white-space: nowrap;}.js details[open]:not(.menu-opening)
Hi @David235 ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
@media screen and (max-width: 749px) {
media-gallery .slider.slider--mobile .grid__item {
width: 100% !important;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
No effect
Hello @David235
Currently this is looking fine and everything is working good.
It might be some network issue or cache issue.
The PC version is normal, but there is a big blank on the mobile version
i've test your site on my Iphone
and there is no issue i've faced on mobile.
Can you take a screenshot for me? I haven't set up any code yet.
If you look at the screenshots I took, you'll understand the problem.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024