A Shopify store owner using the Prestige theme needs help reorganizing footer menus for mobile view. While the desktop footer displays menus in a horizontal layout, mobile stacks them vertically instead.
Initial Problem:
Desktop footer shows menus arranged side-by-side
Mobile view stacks all menus vertically
Goal: Make mobile footer match desktop’s horizontal arrangement
Solution Provided:
A community member (thirtycoders) supplied CSS code to implement a 2-column grid layout for mobile:
Uses display: grid with grid-template-columns: repeat(2, 1fr)
Targets screens with max-width of 600px
Code should be added to base.css or theme.css file
Outcome:
The CSS solution successfully resolved the layout issue. The original poster confirmed it worked and immediately requested additional help with repositioning social media icons and adjusting the bottom menu (about, privacy, terms) alignment on mobile.
Unfortunately the code did not change anything. I would share access to the store but I am currently working on a COPY of an updated version of prestige. The current live store is using an outdated version of prestige.
While I have you here, is it okay if I ask one more question?
I want to place the social media icons on the same level as the menus and move the (about,privacy,terms) menu slightly to the left so everything fits neatly. Something like this: