Shopify themes, liquid, logos, and UX
Hi,
I am looking for help to rearrange my footer.
I am looking to have the email sign up link on the left, with social media icons below.
On the right side, I'd like to have the heading and quick links stacked.
The image below is a reference but I'd like the social media links right below the email link and more space between the email sign up link and the quick links.
https://mk636mqfmflv3g8m-59456520240.shopifypreview.com
Thanks!
Hey @avk9641
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.footer__content-top.page-width {
display: flex !important;
flex-flow: row-reverse !important;
justify-content: space-evenly !important;
}
.footer-block__details-content {
display: flex !important;
flex-flow: column !important;
}
.footer-block--newsletter {
align-items: flex-start !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @avk9641
Check thiso ne.
@media only screen and (min-width: 749px){
.footer__content-top.page-width {
display: flex;
flex-direction: row-reverse;
justify-content: space-evenly;
}
ul.footer-block__details-content.list-unstyled {
display: flex;
flex-direction: column;
text-align: left;
}
.footer-block--newsletter {
display: flex;
align-items: flex-start;
margin-top: 0rem;
}
h2.footer-block__heading.inline-richtext {
text-align: left;
}
}
Hi @avk9641
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
@media only screen and (min-width: 767px){
.footer__content-top.page-width {
display: flex;
flex-direction: row-reverse;
justify-content: space-evenly;
}
.footer-block__details-content.list-unstyled {
display: flex;
flex-direction: column;
text-align: left;
}
.footer-block--newsletter {
display: flex;
align-items: flex-start;
margin-top: 0rem;
}
.footer-block__heading.inline-richtext {
text-align: left;
}
}
</style>
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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