How can I center align the footer on my website?

Topic summary

A user seeks help centering the footer alignment on their Shopify store (www.missartz.com, store password: “verifymequickly”).

The user repeatedly asks for coding assistance to achieve this layout change.

Proposed Solution:
SideNode responds with a CSS code snippet to address the issue:

  • Navigate to: Online Store → Theme → Edit code → Assets → base.css
  • Add the provided CSS media query targeting .footer-block.grid__item:nth-child(2) with specific padding and min-width properties

The solution appears incomplete in the thread, and it’s unclear whether the user successfully implemented the code or if the issue was resolved.

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

I want this part tobe centered my website is www.missartz.coma and

My shop is www.missartz.com and the store password is " verifymequickly"

yeah, can you give me the coding?

My shop is www.missartz.com and the store password is " verifymequickly"

Hello??

how is it? did you find it?

Hi @MissArtz
Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

@media screen and (min-width: 750px){
.footer-block.grid__item:nth-child(2)
 { 
padding: 0px 60px 0px 60px; 
}
}

Let me know if need further assistance
Regards,
SideNode