Why doesn't my collection page display on desktop?

Topic summary

A user’s T-shirt collection page displays correctly on mobile but not on desktop, while the Hoodies collection page works fine on both. The issue appears to be CSS-related.

Troubleshooting steps:

  • A CSS code snippet was provided to add to the theme.liquid file after the tag
  • The initial fix didn’t work when first implemented
  • A second CSS code was suggested and successfully resolved the T-shirt display issue

New complication:
The working CSS fix inadvertently overrode existing code that was hiding the FAQ page from the desktop menu. The user now needs both fixes to work simultaneously—displaying the T-shirt collection while keeping the FAQ page hidden from the menu.

The helper offered continued assistance to resolve this conflict between the two CSS customizations.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Hi, in the colectiona it has two pages 1)Hoodies and 2) T-shirt, the T-shirts doesn’t show in desktop, but it shows in mobile it does. Can you help me display it on desktop

URL: https://matibrnd.com/

Pass: biangu

Please add this code to your theme.liquid file, after element in Online Store > Themes > Edit code


Hi again it doesn’t show it even thought I have put the code on theme.liquid. Please help

Could you add this too?


Hi it worked but it overrided the code that I had for not displaying a page (faq) on the menu on desktop. Can you help with showing the T-shirts in collection and not showing the faq page at the same time. Thank you

I can help you.

please