I would like to move the footer menu below the subscribe email and social links in the footer
Hey @nmn22601 ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Hi @nmn22601 ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file → Save
.footer__content-top.page-width {
display: flex !important;
flex-direction: column !important;
}
.footer__blocks-wrapper:has(.footer-block--menu) {
order: 2 !important;
margin-top: 15px !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
Hello @nmn22601
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly