How do i center the footer on mobile(researched methods not working)

How do i center the footer on mobile(researched methods not working)

WVVW
New Member
6 0 0

Hi

I have tried a couple methods to center my footer on mobile including injecting code into the theme.liquid but nothing has worked so far.

Any help is greatly appreciated.

Thank you!

Replies 9 (9)

suyash1
Shopify Partner
10883 1348 1720

@WVVW Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
WVVW
New Member
6 0 0

Sure! I should have given that earlier.

https://ssy4z6-x4.myshopify.com/

Thank you 🙂

WVVW
New Member
6 0 0

Sure! I should have given that earlier -
https://ssy4z6-x4.myshopify.com/

Thank you 🙂

suyash1
Shopify Partner
10883 1348 1720

@WVVW - this page do not have footer

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
WVVW
New Member
6 0 0

Oh I must be mistaken.

I am trying to center the copyright text and payment methods(just paypal at the moment).


suyash1
Shopify Partner
10883 1348 1720

@WVVW - can you please share the password to view page?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
WVVW
New Member
6 0 0

Oh I didnt realise it would be sending you to the password page!

the password is s1xte6n

Thank you! my mistake!

 

suyash1
Shopify Partner
10883 1348 1720

@WVVW add this css to the end of your components.css file and check

@media screen and (max-width: 768px) {
.footer-container-2 {justify-content: center !important; align-items: center !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
WVVW
New Member
6 0 0

This worked! 

Thank you very much, I really appreciate your help 🙂