How to align logo and social media links on footer

need help to align this

I want the social media links on the right and the logo on the left align horizontally

and if possible the same for the payment options and policy stuff.

thanks in advance!!!

1 Like

@castaneadesign Your store is password protected. Please share the password to review and share solution.

password, avoidism, think I sorted out but now I want to remove the space here in green:

could you help me with this ?

Hi @castaneadesign

Can I take a look in your store, would you mind to share the password? Thanks!

1 Like

password: avoidism

@castaneadesign

Please follow below steps to remove space in the footer. Let me know whether it is helpful for you.

  1. From admin go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Click “Footer” section and locate the “Custom CSS” field. Paste the below code as like the below screenshot and save changes.
.footer__content-bottom {
    padding: 0px !important;
}

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

:grin: excellent thanks mate