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:
- Go to Store Online-> theme → edit code
- Layout/theme.liquid
- 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 ?