A user is attempting to increase the size of social media icons in their Shopify store’s footer, but only on mobile devices. Their initial CSS code targeting .footer-block--newsletter .list-social__item with media query max-width: 749px is not working.
Proposed Solutions:
Multiple community members offered CSS fixes:
suyash1 suggested targeting .list-social__item .svg-wrapper and .list-social__item .icon with specific rem values (4rem and 3.2rem)
DaisyVo recommended adding code to Theme Settings > Custom CSS, targeting the footer newsletter social list with 60px dimensions at max-width: 768px
EstherBui provided a solution using 5.5rem for .list-social__item .icon and setting .svg-wrapper to auto width/height
All solutions include visual examples showing enlarged icons. The user reported that pasting code into base.css didn’t work, suggesting placement in the Custom CSS section may be necessary. The issue remains unresolved as the user hasn’t confirmed which solution worked.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
To address the issue, please help me go to your Theme => Online store => Customize => Theme settings => Custom CSS and insert the following custom code: