Page titles look out of place, Dawn 2 theme?

Hi,

I have noticed on my site mostly on the Desktop view the page titles look out of place (Too much to the left)

Could this be brought in line with the ‘Home’, page link that is above so it looks more uniform?

Thanks

Scott

Hi @Gen-Audio

Could you share your page link?

Sure sorry it’s:

www.generationaudio.co.uk

Please add this code to your theme.liquid file before tag in Online store > Themes > Edit code

{%-  if page.handle == "reviews" -%}

    {%- endif -%}

Excellent! Thank you very much. It looks a lot better than it did and i also used this for the contact page as that didn’t look good either

For contact page, please use this code

{%-  if page.handle == "contact" -%}

    {%- endif -%}

**Hi @Gen-Audio **

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{%-  if page.handle contains "reviews" -%}

{%- endif -%}

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka