How to fix cut-off text in the announcement bar?

Hi my announcement bar on desktop cuts off the bottom letters. Maybe need to adjust the size or header?

my site is https://luxurymrkt.com

thanks Mike

hi @Luxurymrkt

step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file “theme.css” and open.

step 02:

  1. Paste the code at the of the file.
#AnnouncementSlider .flickity-viewport {
    height: 12px !important;
}

https://prnt.sc/EcNxSTv39YIL

hope this idea helps you

Hi @Luxurymrkt,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

#AnnouncementSlider{
padding:4px 0 !important
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

hey. doesnt work just move the announcemnet bar down

hey. doesnt work just move the header and logo down

i got it to work. had to reduce the font size to .65 then use your code

thanks mike