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 465

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 3 (3)

Nick_Marketing
Shopify Partner
1487 336 465

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
New Member
6 0 0

Same here with this problem

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

michaelvollner5_2-1727128393434.png