website: gatewaymidera.com
password: GatewayMidera45
My icons/links in my footer look like this
and i want it to look like this"
how do i move around the stuff
Goal: Reposition and align footer elements (social icons, policies, newsletter) to match a provided reference layout.
Initial approach: A responder suggested centering the footer content via CSS. Steps: Online Store → Themes → Edit code → add CSS in base.css/style.css/theme.css. The CSS targeted newsletter block, headings, social list, and bottom wrapper to center items and remove extra padding.
Result: The change had no visible effect for the requester, even after adding the CSS at the end of base.css. Screenshots showed the layout remained unchanged.
Follow-up suggestion: Another responder advised editing theme.liquid and pasting code before the closing tag. However, the actual code snippet was not included in the message (only screenshots), so the actionable content is incomplete.
Status: Unresolved. Next steps likely require correct, theme-specific selectors or the missing theme.liquid code, and verification that the CSS is loaded. Images are central to understanding the desired vs. current layout.
website: gatewaymidera.com
password: GatewayMidera45
My icons/links in my footer look like this
and i want it to look like this"
how do i move around the stuff
Do you like to align it all in center? If it is check this one.
footer.footer.color-inverse.gradient.section-sections--19624336851232__footer-padding * {
padding-bottom: 0px;
}
.footer-block--newsletter {
justify-content: center;
flex-direction: column;
}
.footer-block__newsletter {
margin: auto;
}
h2.footer-block__heading {
text-align: center;
}
form#ContactFooter {
margin: auto;
}
ul.footer__list-social.list-unstyled.list-social {
align-self: center;
}
.footer__content-bottom-wrapper.page-width {
justify-content: center;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @GatewayMidera ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony