Big headline cant make it smaller

Topic summary

A Shopify store owner is experiencing inconsistent headline sizing across different pages, with some headlines appearing significantly larger than intended.

Problem Details:

  • The user shared screenshots showing the visual discrepancy in headline sizes
  • The issue affects specific pages on their store (cukiotthon.hu)

Solution Provided:

  • A community member offered a CSS fix to resolve the sizing issue
  • The recommended solution involves adding custom CSS code (html body { min-height: auto; }) through the theme customization settings
  • Implementation path: Sales channels > Online Store > Themes > Customize > Theme settings > Custom CSS

The discussion appears resolved with a concrete technical solution, though no confirmation of successful implementation has been posted yet.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.


on some pages the headline look like way bigger and i cant find the solution

2 Likes

Hello @Armin22
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hi @Armin22

Could you share your store link?

www.cukiotthon.hu

pw:cukiarminpap22

www.cukiotthon.hu

pw:cukiarminpap22

1 Like

Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.

html body {
min-height: auto;
}