Mobile version of website not fitting.

Solved

Mobile version of website not fitting.

Phreshcareco
Excursionist
40 0 7

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
89 11 11

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 it as a solution.

If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.

Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

View solution in original post

Replies 5 (5)

mageplaza-cs
Shopify Partner
139 8 27

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
89 11 11

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 it as a solution.

If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.

Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

Phreshcareco
Excursionist
40 0 7

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
1973 566 666

- 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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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

Phreshcareco
Excursionist
40 0 7

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