tuanphan Posted March 17 Share Posted March 17 To make text align left - right on Announcement Bar (on all devices), like this example. you can follow these steps #1. Add 2 paragraphs #2. Use this code to Website Tools > Custom CSS div#announcement-bar-text-inner-id { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } #3. If you want to disable code on Mobile, use this CSS code under @media screen and (min-width:768px) { div#announcement-bar-text-inner-id { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } Trescalane 1 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!) 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