Make brand logo center from footer section

Hi guys,

I want to make the brand logo center from footer section to match with email and social icon. I would appreciate if you can help. It should be center in every device. Thanks in advance.

URL: https://basicbastard.co/

1 Like

@basicbastardco

Please add the following CSS code to your assets/ section-footer.css bottom of the file.

.footer-block__image-wrapper { margin: 0 auto !important;}

Thanks!

1 Like

Hello @basicbastardco ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit codre

Go to footer.liquid or footer-section.liquid file

Add this following code at the bottom of page

.footer-logo-container {
  display: flex;
  justify-content: center;
}

Save and preview

Hope this can help. Let us know if you need any further support.

Transcy

1 Like

@basicbastardco

Thank you! Welcome again.