olenastasula Posted July 22, 2021 Posted July 22, 2021 Site URL: https://www.oleiajewelry.com/ Hi - I'm having a weird issue that I know have this blank white space to the right hand side of my website when I view it on my desktop. Does anyone have any insight into how to fix this?? Greatly appreciate any support!
tuanphan Posted July 23, 2021 Posted July 23, 2021 If you remove this code, it will be disappear .sqs-announcement-bar-text p { display: inline-block; width: max-content; padding-left: 100%; will-change: transform; animation: marquee 18s linear infinite } .sqs-announcement-bar-text p:hover { animation-play-state: paused } @keyframes marquee { 0% { transform: translate(0,0) } 100% { transform: translate(-100%,0) } } or add this to Design > Custom CSS to fix it body, html { overflow-x: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
olenastasula Posted July 23, 2021 Author Posted July 23, 2021 Wow! Thanks @tuanphan you're the best!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.