How can I center text and reduce size in a Refresh Theme footer?

Good day!

I have a question please.

how can I change the layout of the text in refresh theme footer to be centered? And make footer smaller?

also i would like to remove the bottom language and currency selector because I am using a different one.

many thanks

Hello @Memas_dessert

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store β†’ Theme β†’ Edit code
  2. Open your theme.liquid theme file
  3. Paste below code before :

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

1 Like

Hi @Memas_dessert

This is Victor from PageFly - Shopify Page Builder App

You can disable the language/country selector in your theme footer settings here :

About making the footer smaller, please help me by sending your site URL ( password if password protected ) I will check on the page and give you a proper custom code to achieve it.

Hope this can help you solve the issue

Best regards,

Victor | PageFly

1 Like

Hello Victor,

Thank you very much for your message, here is the link to my store

https://memas-dessert-6178.myshopify.com/

1 Like

Thank you very much for your help :folded_hands:

Hi @Memas_dessert
To make your footer more narrow you can use my code below
Paste the code in your base.css at the bottom

.footer__content-top.page-width {
padding: 0 40rem; // increase the 40 value to make the footer more narrow
max-width: 100rem; // or you can decrease the 100 value here
text-align: center;
}

Hope this can help you solve the issue