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 ![]()


