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? ![]()
Hi @THooijer ,
Could you share your store link so I can have a look?
@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