Fixed Announcement Bar on Dawn Theme

I’ve created a fixed announcement bar on Dawn Theme but it’s appearing too far to the left? It’s fine on smaller desktop screens.

1 Like

You’d need this to make it full-bleed.

.announcement-bar-section {
  width: 100%;
}

May also add this as well to avoid covering something at the bottom of the page…

body {
  padding-bottom: 2rem;
}
1 Like