Horizon theme change footer order only on mobile

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?

2 Likes

@vintagesociety ,

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

1 Like

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.

2 Likes

thank you! that seems to have worked.

I see @tim_1 has provide solution. Please mark his answer as the solution to help others!