Top banner not centered on the home page

Marionlesso
Excursionist
26 0 11

Hi everyone, 

I added to my website a top banner to add a personalized welcome thing on top of the website.
I recently updated the Turbo theme to version 7.0.0 and for some reason, the banner is not centered on the home page only. It looks great on every other page. 

Screen Shot 2021-09-17 at 8.19.27 AM.png

 

Screen Shot 2021-09-17 at 8.19.41 AM.png

 


Does anyone have an idea why?

The website is:https://partnerprogram.zeiss.ca/  Password: Zeiss21 

The code I added is: 

  <head>
      {%- if customer.tags contains "PLATINUM" -%}
<p style="text-align:center; font-size:200%; color:#000000; background-color:#E9F5FF">
ZEISS PLATINUM ACCOUNT  -  Welcome back {{ customer.name }}
</p>
{%- endif -%}
    {%- if customer.tags contains "GOLD" -%}
<p style="text-align:center; font-size:200%; color:#000000; background-color:#FFD252">
ZEISS GOLD ACCOUNT  -  Welcome back {{ customer.name }}
</p>
  {%- endif -%}
    {%- if customer.tags contains "SILVER" -%}
<p style="text-align:center; font-size:200%; color:#000000; background-color:#AAAEB2">
ZEISS SILVER ACCOUNT  -  Welcome back {{ customer.name }}
</p>
    {%- endif -%}

 

Thanks for your time 🙂 

Replies 3 (3)

dmwwebartisan
Shopify Partner
12282 2546 3694

@Marionlesso 

Could you please provide a screenshot of which banner your are talking about?

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Marionlesso
Excursionist
26 0 11

Hi, 

Of course, it's the top banner here:

Screen Shot 2021-09-17 at 8.19.27 AM.png

dmwwebartisan
Shopify Partner
12282 2546 3694

@Marionlesso 

Thanks for the screenshot. Unfortunately, I can't see that top banner bar in my screen when I viewed your store. 

I hope others can help you.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app