What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I centralize text in the Refresh theme?

Solved

How can I centralize text in the Refresh theme?

mdk
Tourist
4 0 1

Screenshot 2024-01-01 at 12.23.11 pm.png


How do i centralise this text? I've gone through the code editor and tried to adjust all alignment to centre but it doesn't work. I use the refresh theme.

 

 

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @mdk 👋

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.footer__content-bottom-wrapper {
    justify-content: center;
}

The result

Screenshot 2024-01-01 at 09.44.12.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 3 (3)

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @mdk 👋

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.footer__content-bottom-wrapper {
    justify-content: center;
}

The result

Screenshot 2024-01-01 at 09.44.12.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
mdk
Tourist
4 0 1

You are a genius !

ZenoPageBuilder
Shopify Partner
1052 203 227

You are welcome 🙂

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com