ddunaway Posted September 23, 2021 Posted September 23, 2021 Site URL: https://solanashades.com/ I would like to have two "sections" in the announcement bar - one on the left and one on the right so I can advertise two separate items. Any ideas?
tuanphan Posted September 24, 2021 Posted September 24, 2021 On 9/23/2021 at 11:35 AM, innersociety said: Site URL: https://solanashades.com/ I would like to have two "sections" in the announcement bar - one on the left and one on the right so I can advertise two separate items. Any ideas? Just add 2 lines, then use this code (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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
johansalvador Posted November 9, 2021 Posted November 9, 2021 Thanks for this tip. I was looking for a similar answer. What if I want to add another announcement bar, underneath the header with a tag/category cloud?
tuanphan Posted November 11, 2021 Posted November 11, 2021 On 11/10/2021 at 1:13 AM, johansalvador said: Thanks for this tip. I was looking for a similar answer. What if I want to add another announcement bar, underneath the header with a tag/category cloud? You can add a block in footer, then I will give to move it to top of site 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.