How can I align text in the Be Yours theme announcement bar?

Hi!

I am using the Be Yours theme and would like to know how I can add text aligned to the left or right. I want to add my contact details and social media buttons in the announcement bar.

Thank you!

Hello @sindhuthomas , you can provide Url site, I’ll check it for you

thank you

Hi, our website is www.lafleur.ae

I don’t see it show on your site : https://prnt.sc/WuEdvxXiHbEj

how I can see it, so I can get class and send code css for you

I had disabled it. Now I have enabled it. You can see it now.

@sindhuthomas

yes its possible to make to different code in bar please share us or add your content

Yes, you can add code this for align left:

.announcement-slider .announcement-slider__slide{ justify-content: start;}

for align right:

.announcement-slider .announcement-slider__slide{ justify-content: end;}

you can put it at bottom file css

you can try and let me know

Could you tell me where should I add this code?
Thank you

you can open file section-announcement-bar.css in folder asset, and put at bottom file.

If helpful then please Like and Accept Solution.

Hi @sindhuthomas

This is Victor from PageFly - Landing Page Builder App.
You can go to Online store => themes => actions => edit code and add this code on file styles.css

.announcement-slider__slide{
display: flex;
justify-content: end; or you can use start and center to make it center of left
}

or you can use start and center to make it center of left

Hope this answer helps.
Best regards,
Victor | PageFly team

Hi,
Could you clarify where I have to paste the code, because I tried pasting
it in
announcement-bar.js under the Assets Folder and it did not work. I tried
pasting it in announcement-bar.liquid under the Sections Folder, but the
code appeared on the website (please see screenshot).

Hi @sindhuthomas ,

You can go to Online store => themes => actions => edit code and please add the code on file theme.liquid above the

Let me know if it’s clear to you now.

Best regards,

Victor | PageFly