Re: Align announcement bar to the right in 'Pipeline' theme....PLEASE HELP

Solved

Align announcement bar to the right in 'Pipeline' theme....PLEASE HELP

TheMoment
Tourist
3 0 1

Hey Shopify community,

Currently using the 'Pipeline' theme and want to align my announcement bar to the right so it matches the main header.

Screenshot attached.

Thank you Screenshot 2024-04-16 at 14.07.11.png

Accepted Solution (1)
Hardik2903
Pathfinder
95 8 12

This is an accepted solution.

@TheMoment 

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
header .header__inner .theme__header__toolbar {
    justify-content: end !important;
}
</style>

 

If my solution works, then please like and accept it as a solution.

View solution in original post

Replies 4 (4)

Hardik2903
Pathfinder
95 8 12

@TheMoment  Please provide website URL.

TheMoment
Tourist
3 0 1
Hardik2903
Pathfinder
95 8 12

This is an accepted solution.

@TheMoment 

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
header .header__inner .theme__header__toolbar {
    justify-content: end !important;
}
</style>

 

If my solution works, then please like and accept it as a solution.

TheMoment
Tourist
3 0 1

Thank you so much 🙂