Shopify themes, liquid, logos, and UX
Hi, does anyone know how to reposition the quick links and email signup on my website's footer as shown in the drawing below?:
My website's URL is https://magpho.net/
Thank you in advance!
Hello, @magpho
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
<style>
@media screen and (min-width: 750px) {
.footer__content-top.page-width {
display: flex;
flex-direction: row;
}
.footer__content-top .footer__blocks-wrapper.grid {
display: flex;
flex-direction: row;
width: 48%;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
width: 48%;
gap: 80px;
flex-direction: column;
margin: 0;
}
.footer-block--newsletter .footer-block__newsletter {
margin-right: 0;
}
}
</style>
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
That worked! By any chance is there a way I could move the quick links a little bit further to the left, closer towards the logo? If not, that's totally fine. Thank you.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024