How can i move the text in the annoucement bar to the left ?

Hi @Martin299 ,
Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file base.css
Step 3. Add this code to the end of file

.announcement-bar {
  justify-content: start!important;
}

If it helps you, please like and mark it as the solution.

Best Regards