Hello,
I like the order on desktop but on mobile i would like the menu to be below the email sign up link. How can i change this please?
Hello,
I like the order on desktop but on mobile i would like the menu to be below the email sign up link. How can i change this please?
Can you share the URL of your store? will check and let you know.
Hey @vintagesociety Welcome to Shopify Community can you please share the Website URL
sorry, the website is vintagesociety.co
Try this code:
@media (max-width:750px) {
.footer-content .menu {
order: 1;
}
}
Can go into “Custom CSS” either in section or theme settings, or at the bottom of your stylesheet asset.
thank you! that seems to have worked.
I see @tim_1 has provide solution. Please mark his answer as the solution to help others!