olenastasula Posted July 22, 2021 Share 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! Link to comment
tuanphan Posted July 23, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
olenastasula Posted July 23, 2021 Author Share Posted July 23, 2021 Wow! Thanks @tuanphan you're the best!!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment