This is happening because of CSS on your site which is not written correctly. The CSS on your site is making any element with class “black” have absolute positioning. That causes the GPay button to not be visible since it uses the classname “black”.
Kind Regards
Hey Clayton
My CSS is written correct and working. Considering that pulling black as a class is very unspecific, I have changed my classes away from black to a more specifik term.
I would suggest you do the same for the express checkout and everything else. But thanks for the lead I mark as solved.