Can you slide the announcement bar to the left in the Prestige theme?

Hello,
I’m using the prestige theme. now I wonder if it is possible to slide the announcement bar to the left. At this moment you can add 1 text and can not slide.

And how can i do that?

Ok. How? :grinning_face:

Hi @THooijer ,

Could you share your store link so I can have a look?

www.luxeyfashion.nl

@THooijer , if you just want to push the slide the words in the announcement section, use this css below:

  • Go to Online Store-> Theme->Edit code

  • Asset-> theme.css ->paste the below code at the bottom of the file.

.AnnouncementBar {
    position: relative;
    text-align: left !important;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
    z-index: 1;
  }

what am I doing wrong? now i see the code under the footer

You could be adding css to the wrong file…

I also noticed this error before 'Liquid error: Could not find asset snippets/social-head-common.liquid

Sent you a message…

Let me know if you’d want me