toekomstfonds Dear Buttonizer, hereby i'd like to report a bug in the UI of your button on the mobile version of our website: https://toekomstfonds.nl/ (Dutch) https://future-fund.org/ (English) When we load the site on our mobile, the button is too far to the right. It is 'wider' than the rest of our site. It also seems too far to the bottom, so that you don't see it at all when the page loads initially. When we scroll all the way to the bottom of the site, this appears to correct itself sometimes. It only happens on our home page and other pages with 'transparent headers', like this one: https://toekomstfonds.nl/ It does not happen on pages with regular headers, like this one: https://toekomstfonds.nl/over-ons/ Our site is made in Wordpress with the Astra theme. thanks for the help, Rik Future Fund
James Hi Rik, It seems like to fix this issue, you'll need to add overflow-x: hidden; to both the html and body elements. Try adding this custom CSS to your site: html, body { overflow-x: hidden; } Let me know if this works for you!