Align icon  & phone number to right - Dawn theme Announcement bar

Hi there,

I’m trying to get the phone number to align to the right (in line with menu items) but I’m having trouble finding the right code. Can anyone please help me?

website

password: fbc

Hi @INFRA

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.announcement-bar {
    grid-area: language-currency !important;
}

Hi @INFRA ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks

thanks! this does move it to the right, but not in line with the last menu item. Is is possible to move it even further?

1 Like

You can use this code instead


1 Like

that worked perfectly, thank you!

1 Like

You are very welcome!