A Shopify store owner is experiencing table sizing issues on a size guide page linked in the footer. The table appears too wide on mobile devices and too small on desktop, not aligning properly with surrounding text.
Attempted Solutions:
Two community helpers (dbuglab and Artzen_tech) provided CSS code solutions:
Adjusting .page-width--narrow max-width for desktop
Modifying table layout and padding for mobile responsiveness
Setting table-layout: unset and specific font sizes for table cells
dbuglab suggested adding CSS to set table width to auto on screens under 600px.
Current Status:
The issue remains unresolved. The original poster tried multiple CSS solutions but reported:
Desktop view improved but mobile still problematic
Code added to base.css (since theme.css doesn’t exist in their theme) isn’t working
The discussion is ongoing with no successful resolution yet. Screenshots were shared showing the persistent mobile view issues.
Summarized with AI on November 17.
AI used: claude-sonnet-4-5-20250929.
Hi Guys, can someone help me to adjust table size as per the screen (desktop and mobile). I create a page and link it in footer ‘size guide’ for sizing details but In mobile view its wider, and in desktop it’s smaller (refer screen shot below). how can i adjust(align) this table with the text below which works with mobile and desktop perfectly?