A user seeks to reduce footer font size on their mobile website (neverland-wine.com). An initial solution is provided: adding CSS code wrapped in <style> tags above the </body> tag in the theme.liquid file, targeting footer elements with font-size: 14px !important within a mobile media query.
Additional requests emerge:
Position the language menu and social media icons side-by-side
Arrange footer page lists into two columns instead of stacking vertically
An alternative solution suggests adding the same CSS code through Shopify’s Custom CSS section (Theme settings > Custom CSS), but this approach doesn’t address the layout changes requested.
Current status: The font size reduction works, but the layout restructuring remains unresolved. The user has shared a screenshot showing where they added the code, awaiting further guidance on achieving the column-based footer layout on mobile.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
Amazing, thanks Moeed! It works, but now is there a way we can
Place the ‘Language’ menu and Social Media icons next to each other? and
Place the list of pages currently beneath the Social Media icons next to the list currently above the Social Media icons so that it looks like two columns next to each other?
Thanks for your suggestion! Unfortunately the code suggested doesn’t change the layout of our footer on our mobile version of the website. If you have any other thoughts on this, we’d be grateful, if not, thank you either way!