Overlay issue on mobile

Overlay issue on mobile

qrave
Excursionist
12 0 3

Hi! Im having an overlapping issue with the button thats appear on the popup after you click add to cart. Also, this is ONLY an issue only mobile so I don't want to affect the desktop verison. I will attach an image of what is happening below so you have a better idea, thanks! Oh, also I am using dawn theme.

qrave_0-1725311441771.png

 

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10057 2391 3018

Hi @qrave 

Wew! the cause of this is the code you add in your base.cs.. i cant overide it but you need to find and change it.

Open your base.css

Remove the code in the picture below. 

Made4uoRibe_0-1725313735708.png

And replace with this code. 

 

@media screen and (max-width: 749px){
.product-form__buttons a.button.button--secondary {
    font-size: 0.9rem !important;
    min-width: 30px !important;
    min-height: 27px !important;
}
.product-form__buttons .button.button--secondary {
    top: 80px !important;
}
}

 

Amd Save. 

Result:

Made4uoRibe_1-1725313801031.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
qrave
Excursionist
12 0 3

that worked but it caused a new problem, once again ONLY for mobile. The desktop verison is fine. For some reason on my home page the shop button got a lot bigger and move to high up. Ill attack picture, can you help me fix this? Thanks

qrave_0-1725319194548.png

 

qrave
Excursionist
12 0 3

qrave.store Also just for now I have hidden the shop now button on the home page just so customers dont see it like that, but it is still there. Thanks!

qrave
Excursionist
12 0 3

Dam, so you tell me to do something that messes up my whole stores home page and now I cant even revert back to what it was and now you dont even respond to help me fix it? Thanks for absolutely nothing.