What's your biggest current challenge? Have your say in Community Polls along the right column.

what happened to my website? i have this issue while viewing it on mobile.

what happened to my website? i have this issue while viewing it on mobile.

lorypez
Excursionist
15 0 5

hello, i'm not exactly sure about what may have happened, but my site started looking like this on mobilr. it looks nice and well on desktop.

What can i do?

IMG_4365.PNG

IMG_4366.PNG

  

I'll post the website link, so you can check yourself in order to understand better: www.vittoriacashmere.it

Replies 2 (2)

Moeed
Shopify Partner
6359 1723 2084

Hey @lorypez 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in {
    left: 12% !important;
}
}
</style>

RESULT:

Moeed_0-1730656881700.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


lorypez
Excursionist
15 0 5

thank you! now the issue has been resolved. is there a way to centre the white area (the whole area saying "scopri le collezioni", buttons included) like it was before?) its a bit too low now. i previously used this code (in the css area, directly inside the shop editor) and it worked just fine until this issue occurred:

 

@media only screen and (max-width: 749px) {
.banner__buttons.banner__buttons--multiple {
width: 100%;
justify-content: center;
}
}

 

Now, if i remove it, the whole area will shift left. if i leave it that way it'll work, but it's too low. thanks