We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I center the mobile footer on my Prestige theme?

Solved

How can I center the mobile footer on my Prestige theme?

OcvlvsClothing
Visitor
1 0 1

Hi!

I have been trying to center my mobile footer for some time and no code that has been given in other discussion has worked, and for some reason only the "Policies" tab in the footer is centered on mobile.

Any suggestions on what I should do?

My store URL is: https://ocvlvsclothing.com/

Thank You!

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 467

This is an accepted solution.

If you want to center a footer on mobile, try adding this code to the bottom of theme.css (theme.scss.css)

 

@media screen and (max-width: 640px) {

.Footer__Block.Footer__Block--newsletter {
  text-align: center;
}
.Form__Submit.Button.Button--primary {
margin-left: auto;
  margin-right:auto;
} 

.Footer__Block.Footer__Block--text {
  text-align: center;
}


.Footer__PaymentList.HorizontalList {
  margin-left: auto;
  margin-right:auto;
  
}
}

 

 

Result:

2021-12-18 21_12_15.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 4 (4)

Nick_Marketing
Shopify Partner
1487 336 467

This is an accepted solution.

If you want to center a footer on mobile, try adding this code to the bottom of theme.css (theme.scss.css)

 

@media screen and (max-width: 640px) {

.Footer__Block.Footer__Block--newsletter {
  text-align: center;
}
.Form__Submit.Button.Button--primary {
margin-left: auto;
  margin-right:auto;
} 

.Footer__Block.Footer__Block--text {
  text-align: center;
}


.Footer__PaymentList.HorizontalList {
  margin-left: auto;
  margin-right:auto;
  
}
}

 

 

Result:

2021-12-18 21_12_15.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
Stan7
Visitor
2 0 0

Hello Nick

I'm Stan N. and I have a little problem 

As you can see from the picture, everything aligns to the center without the INFORMATION menu

I am using the Prestige style Couture theme version 6

I would be very happy if you could help me

Kind Regards Stan 

Untitled-2.jpg

michaelvollner5
Tourist
15 0 1

Same here with this problem

michaelvollner5_1-1727128260524.png
I added this variant but inner links are not center

michaelvollner5_2-1727128393434.png

 

 

benidesign
Shopify Partner
20 0 4

Hi Nick, I tried your code on my prestige theme but it didn't center align my footer blocks on mobile. Any pointers? Would appreciate some help!

URL: https://www.mauifruitjewels.com

 

Screenshot 2024-11-26 at 12.28.27 PM.png