Bug: mobile bar | Iphone 11
-
Hi,
when you use the mobile nav on an iphone it’s not displaying as nice as it can be.
cheers.
Attachments:
You must be
logged in to view attached files.
Hello,
Please describe the problem in more detail. We are checking and do not see any problems. Perhaps it is not in the way as you expected. What did you expect?
Best Regards
Hi Elise,
when you check the bottom of the image the iphone 11 home button is conflicting over the side buttons. if you start scrolling it is fixed.
cheers.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.platform-iOS .woodmart-toolbar {
height: 80px;
align-items: flex-start;
}
.platform-iOS .sticky-toolbar-on .scrollToTop {
bottom: 95px;
}
Best Regards