Image gallery navigation buttons are messed up
-
Photoswipe image gallery buttons are messed up on macOS Monterey 12.7.1 with Safari 17.1 browser and on Windows10 with Brave browser:
https://singularitycomputers.com/portfolio/build-80/#&gid=1&pid=2
Please take a look at it and help. Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
Here is the username/password:
Please DO NOT change anything without our permission as this is a production site with heavy traffic before the holidays. Thank you!
and here is the problem from a different browser:
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to add the below custom CSS code in Theme Settings >> Custom Code >> CSS code section:
button.pswp__button.pswp__button--arrow--right {
position: fixed;
}
button.pswp__button.pswp__button--arrow--left {
position: fixed;
}
Best Regards.