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.
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.
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!
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
Thank you! Welcome again.