Center Aligning Footer Quicklinks and Headings

Solved

Center Aligning Footer Quicklinks and Headings

Julianterrazas
Excursionist
30 0 4

Hi. I wanted to center-align the headings and quick links in my footer but I need help figuring it out. I am using the Refresh theme. Any help would be appreciated. Thank you.

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
9193 1843 1875

This is an accepted solution.

Please add this code at the bottom of your base.css file in Online store > Themes > Edit code 

.footer-block__details-content,
.footer-block__heading { text-align: center; }
.footer-block__details-content>li:not(:last-child) {
margin-right: 0px !important;
}
.list-menu__item { justify-content: center; }

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 9 (9)

Dan-From-Ryviu
Shopify Partner
9193 1843 1875

Hi @Julianterrazas 

Could you share your store URL?

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Julianterrazas
Excursionist
30 0 4
Dan-From-Ryviu
Shopify Partner
9193 1843 1875

This is an accepted solution.

Please add this code at the bottom of your base.css file in Online store > Themes > Edit code 

.footer-block__details-content,
.footer-block__heading { text-align: center; }
.footer-block__details-content>li:not(:last-child) {
margin-right: 0px !important;
}
.list-menu__item { justify-content: center; }

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Julianterrazas
Excursionist
30 0 4

It worked! Thank you for the help!

Dan-From-Ryviu
Shopify Partner
9193 1843 1875

You are most welcome!

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

fadi_yousif
Shopify Partner
345 43 67

Have you tried applying text-align: center;

Freelance Shopify Developer


Did I help? Leave a tip!

Julianterrazas
Excursionist
30 0 4

I cannot see the option to edit the text. It may be because they are links.

fadi_yousif
Shopify Partner
345 43 67

Share your store URL if you don't mind.

Freelance Shopify Developer


Did I help? Leave a tip!

Julianterrazas
Excursionist
30 0 4

https://verrucci.com/ This is it. Thanks.