How to design my footer with Impulse theme?

I tried all the customizations in the Shopify editor and it looks crap!

I am trying to make something like this below.

Hey @Jim3

Share your Store URL and Password if enabled.

Best,
Moeed

Hi, Moeed

That’s the link: https://a68618-6a.myshopify.com/

I think that there is no password

Hey @Jim3

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
ul.inline-list.payment-icons.footer__section {
    display: flex !important;
    justify-content: center !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Its weird but there are some new updates at this comunity interface and in shopify edit code place which are looking so ugly and not understandable.

When I tried to add the code, this is what it came to me as an error:

You can also try by adding that code in footer.liquid file in sections folder. Please let me know if you need any help. Thank You

Hello @Jim3

From your Shopify admin, go to
Online Store → Themes → Actions → Edit code.

ul.inline-list.payment-icons.footer__section {
    display: flex !important;
    justify-content: center !important;
}

Hi @Jim3 ,

You can fix it by following these two simple steps:

Step 1: Click on Customize (see screenshot)
Step 2: Add the following CSS code:

ul.inline-list.payment-icons.footer__section {
    display: flex !important;
    justify-content: center !important;
}

to the Custom CSS section (screenshot), then save and check the result.

Let me know if this works for you or if you need further assistance!

Best,
Felix