RichardR Posted February 3 Posted February 3 (edited) Hi everyone, I have added an announcement bar and I just can't figure out how to stop it overlapping the menu on the mobile. I'd be grateful for help with 3 things: Making announcement bar disappear when clicking on menu. Reduce text wrapping on mobile, so I can get announcement text all on one line. Make bar height smaller, if text on one line. Website: https://www.probation-institute.org Many thanks, Richard Edited February 3 by RichardR
Solution Web_Solutions Posted February 4 Solution Posted February 4 12 hours ago, RichardR said: Hi everyone, I have added an announcement bar and I just can't figure out how to stop it overlapping the menu on the mobile. I'd be grateful for help with 3 things: Making announcement bar disappear when clicking on menu. Reduce text wrapping on mobile, so I can get announcement text all on one line. Make bar height smaller, if text on one line. Website: https://www.probation-institute.org Many thanks, Richard Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { .sqs-announcement-bar-close { width: 2em !important; height: 2em !important; } .sqs-announcement-bar-close:after { line-height: 2em !important; } .sqs-announcement-bar-text{ padding: .4em 2em !important; } .sqs-announcement-bar-text p { font-size: 14px !important; } .is-mobile-overlay-active .sqs-announcement-bar-dropzone { display: none !important; } } RichardR and tuanphan 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment