Help with footer reconfiguration

Help with footer reconfiguration

ellacoker
Shopify Partner
201 0 29

Hi there,

It would be a massive help if someone was able to help me reconfigure my footer as per photo below. 1. I want all 3 headings in a row but centred from where they currently stand. 2. I want the newsletter to be centred. 3. I want social icons to be centred. 4. Bring in tiny text to be centred. Thank you so much. Ella

URL: https://www.samiyaskincare.com.au/collections/masks

Password: ellacoker

Screenshot 2025-02-07 at 14.26.32.png

Replies 4 (4)

LizHoang
Shopify Partner
1251 158 196

Hi Ellacoker

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

ul.list-unstyled.list-social.footer__list-social {
    display: flex !important;
    justify-content: center !important;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    display: inline-grid !important;
    width: 100% !important;
}

.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    justify-content: center !important;
    display: inline-grid !important;
}

 

Result: 

LizHoang_0-1738903464875.png

 

Best,
Liz

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
ellacoker
Shopify Partner
201 0 29

Thank you Liz, but is there a way to do it how you have provided, but centre the actual text too. On all of the columns, as well as the newsletter?

ellacoker
Shopify Partner
201 0 29

Or what would be ideal is if I could bring the newsletter section up in line with the other columns (see photo for what I mean) Screenshot 2025-02-07 at 15.12.25.png

LizHoang
Shopify Partner
1251 158 196

Hi @ellacoker, thanks for your feedback.

 

In this case, I checked and would like to inform you that it might require customization in the Liquid file. As a result, I recommend you contact the theme developer to see if they support this customization.

 

Thanks for your patience and understanding in this matter. 

 

Liz

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program