Why isn't my homepage banner centered after a theme update?

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.

Does anyone have an idea why?

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

The code I added is:


      {%- if customer.tags contains "PLATINUM" -%}

ZEISS PLATINUM ACCOUNT  -  Welcome back {{ customer.name }}

{%- endif -%}
    {%- if customer.tags contains "GOLD" -%}

ZEISS GOLD ACCOUNT  -  Welcome back {{ customer.name }}

  {%- endif -%}
    {%- if customer.tags contains "SILVER" -%}

ZEISS SILVER ACCOUNT  -  Welcome back {{ customer.name }}

    {%- endif -%}

Thanks for your time :slightly_smiling_face:

@Marionlesso

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

Hi,

Of course, it’s the top banner here:

@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.