Product Vendor Misalignment on Mobile (Dawn theme)

As we can see in the image, the product title " Chrome Hearts" is misaligned with each other on MOBILE only and I would like them to be on the same line. this is happening on the homepage only and I would appreciate any help. The website link is Young Professionals Collective (ypcollective.com). TIA

Hi @ypcollective ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Layout/theme.liquid
  3. Add code below to end of file ( refer screenshot)
{%  if request.page_type == 'index' %}
      
    {%  endif %}

Thank you so much, id like to follow up by asking if its possible to also have the prices be aligned ?

Hi,

You can try to add code below to end of Layout/theme.liquid ( before tag)


1 Like