Alignment of policies in footer ( mobile )

Topic summary

A user seeks help reformatting their mobile footer policies from a single vertical list into a structured layout—either 4 policies on top with 2 below, or all in a single horizontal line.

Current Status:

  • A screenshot shows the existing mobile footer layout
  • Desktop view details were requested but not provided
  • Store password shared for direct inspection

Proposed Solutions:

  • One responder suggested checking navigation settings, claiming the mobile view is now acceptable
  • Another contributor offered CSS code using @media queries and justify-content: center to center-align footer content

Outstanding Questions:

  • Unclear if the user successfully implemented any suggested changes
  • No confirmation whether the desired 4+2 grid layout or single-line arrangement was achieved

The discussion remains open with implementation details unresolved.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

Hello is anyone able to make my policies formation to be 4 at the top and 2 of the policies at the bottom? Instead of one whole list for mobile view. If not is it possible to just make it all in a line like how the desktop view is?

Link to site : https://0b2369-3.myshopify.com/

Thanks

1 Like

Hello @2mn ,

Can you give me your Store password so I can check it for you?

Kind & Best regards,
GemPages Support Team

@2mn

oh sorry for that issue,

how can i check your store password protect can you please share us

Hanme1090

1 Like

@2mn

are you check your navigation option you have easy to change it

now mobile is ok for that

how can i do this?

Hi @2mn ,

I checked and did you change it?

If you want to center all you can add following code:

@media screen and (max-width: 749px){
.footer-block__details-content {
    justify-content: center;
}
}

Hope it helps!