Footer Section Customize (Prestige Theme)

Hello Everyone!

I am using shopify prestige theme. I want my footer section to be like this image in mobile mode, Is it possible? Thank you.
Store: https://puppies-paws-shop.myshopify.com/
Password: Admin

Hi @dreamtechzone_5 ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.Footer__Title.Heading.u-h6 + span > svg {
    width: 13px !important;
    height: 24px !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Great. It worked. Could you increase the space below the subscribe button and put the copyright text a little lower? Thank you.