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:
- Go to Online Store β Theme β Edit code
- Open your theme.liquid theme file
- 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 
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