Alignment of policies in footer ( mobile )

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!