diff --git a/ye-snippet.js b/ye-snippet.js
index 5213edf..136a10c 100644
--- a/ye-snippet.js
+++ b/ye-snippet.js
@@ -140,7 +140,14 @@ else
document.querySelector(".checkout-donate-header__wrapper").innerHTML = `
Your year-end donation will help sustain the global Gospel outreach of Truth For Life. Thank you.
` + ">Your year-end donation will help sustain the global Gospel outreach of Truth For Life. Thank you.
`; + + const style = document.querySelector(".checkout-product__button.look-inside_launch").style; + style.left = 0; + style.width = "100%"; + style.position = "relative"; + style.transform = "none"; + return; } }