Topic summary
A user is experiencing a CSS issue on their Shopify store (onecap.se) where “View all” text has shifted or disappeared.
Initial Problem:
- The “View all” text display was problematic (specific issue unclear from context)
First Solution Attempt:
- Dan-From-Ryviu provided CSS code to add to the theme.liquid file
- This partially resolved the desktop issue but created a new problem
New Issue:
- The fix caused the “View all” text to drop down on mobile devices
- Screenshot provided showing the mobile layout problem
Proposed Mobile Fix:
- suyash1 suggested a media query targeting screens with minimum width of 750px
- Code includes
margin-top: 0px !importantfor the.view-allelement - Dan-From-Ryviu followed up requesting a code update
Status: The discussion appears ongoing as the mobile responsiveness issue is being addressed with CSS adjustments.


