Here is site https://www.henrythegoose.com/
There is Shop by Category sections. Buttons showing only on Desktop and Android not Iphone
Hi @henrygs , I don’t know whether it will work, but let try this
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.css.
Step 3. Add the code snippets to the end of the file
.btn.mob-btn-md.btn-sm {
-webkit-appearance: none;
}
Hi @henrygs !
If the issue is not happening to all device and browsers, mostly the issue is coming directly on your device or provider. You might want to reach them out or double check your settings and safari browser.
1 Like
No,problem on all apple devices
It’s didnt’t work for me
Hi,
I tried to debug your website on ios device, you could use this code (add them to the end of base.css file)
.collection-grid-item .details.wd-30.center {
position: absolute!important;
bottom: 45%!important
}
If it works, please like and mark it as the solution.
Best Regards
1 Like
