shann0n3 Posted September 22, 2021 Share Posted September 22, 2021 Site URL: https://www.taylorsdentalsc.com/ Hello! I am looking to have align one line of text within the announcement bar to the left, and the other line to the right (similar to the attached), so that the information can be a bit larger without making the bar taller. What would be the best way to achieve this? I have the bar hidden on mobile, since the information will be accessible via the mobile information bar. Pass to see site is taylors Link to comment
Solution tuanphan Posted September 24, 2021 Solution Share Posted September 24, 2021 On 9/22/2021 at 9:30 AM, shann0n3 said: Site URL: https://www.taylorsdentalsc.com/ Hello! I am looking to have align one line of text within the announcement bar to the left, and the other line to the right (similar to the attached), so that the information can be a bit larger without making the bar taller. What would be the best way to achieve this? I have the bar hidden on mobile, since the information will be accessible via the mobile information bar. Pass to see site is taylors Add to Design > Custom CSS @media screen and (min-width:768px) { #announcement-bar-text-inner-id { display: flex; justify-content: space-between; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment