Mobile version of website not fitting.

Solved

Mobile version of website not fitting.

Phreshcareco
Explorer
51 0 10

Hey guys, 

 

I need help with the mobile version of our website. For some reason you can scroll right on mobile version. Is there any way of making it fit nice and snug so you just can scroll up and down without it going side to side? 

 

Screen Shot 2024-08-12 at 8.07.46 pm.png



Url- www.phreshcareco.com.au

 

Thank-you again in advanced. 

 

Accepted Solution (1)

Mehran_Ali
Shopify Partner
462 63 69

This is an accepted solution.

Hi @Phreshcareco 

The issue occurs due to overflow of two section elements { custom Image Carousal , Review Section }

Add this CSS it will resolve the issue 

@media(max-width:767px){
    .custom-imagecarousel-slider { overflow-x: hidden; }
    .review__section { overflow-x: hidden; }
}

 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

View solution in original post

Replies 5 (5)

mageplaza-cs
Shopify Partner
442 36 72

Hi @Phreshcareco,

We’ve tested your website on real devices and didn’t encounter any issues. If you’re experiencing problems using browser tools, try refreshing the page. This should resolve the issue.

 

Let us know if you need further assistance!

 

IMG_3740.png

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com

Mehran_Ali
Shopify Partner
462 63 69

This is an accepted solution.

Hi @Phreshcareco 

The issue occurs due to overflow of two section elements { custom Image Carousal , Review Section }

Add this CSS it will resolve the issue 

@media(max-width:767px){
    .custom-imagecarousel-slider { overflow-x: hidden; }
    .review__section { overflow-x: hidden; }
}

 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

Phreshcareco
Explorer
51 0 10

Hey mate, 

 

It looks like its still doing it, but its only happening on the review section with the arrow.

 

Is there anyway of hiding this? on mobile version only. 

 

IMG_8334.jpg

BSS-TekLabs
Shopify Partner
2401 695 832

- Here is the solution for you @Phreshcareco 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.review__section  {
     overflow-x: hidden !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723464779478.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Phreshcareco
Explorer
51 0 10

Hey mate, 

 

It looks like its still doing it, but its only happening on the review section with the arrow.

 

Is there anyway of hiding this? on mobile version only. 

 

IMG_8334.jpg