How to deal with this problem?

How to deal with this problem?

David235
Excursionist
46 0 11

This is my webpage:wholesalecrystalstone.com

result_YNNQrE.webp

Replies 13 (13)
David235
Excursionist
46 0 11

There is too much white space at the bottom of the mobile phone segment

David235
Excursionist
46 0 11

Can you help me?

David235
Excursionist
46 0 11

Bro can you help me take a look?

Huptech-Web
Shopify Partner
939 187 197

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

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at [email protected] or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
David235
Excursionist
46 0 11

Without this code

David235
Excursionist
46 0 11

@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)

topnewyork
Globetrotter
633 114 134

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!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
David235
Excursionist
46 0 11

No effect

parth_ghelani
Shopify Partner
258 38 35

Hello @David235 

Currently this is looking fine and everything is working good.
It might be some network issue or cache issue.

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at [email protected] for any questions or concerns
David235
Excursionist
46 0 11

The PC version is normal, but there is a big blank on the mobile version

parth_ghelani
Shopify Partner
258 38 35

i've test your site on my Iphone

and there is no issue i've faced on mobile.

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at [email protected] for any questions or concerns
David235
Excursionist
46 0 11

Can you take a screenshot for me? I haven't set up any code yet.

 

David235
Excursionist
46 0 11

If you look at the screenshots I took, you'll understand the problem.