Move Newsletter and Socials above 3 columns on Dawn Theme

I added some code into the liquid footer section to get three columns in the footer menu.

The menu looks like this in the backend where I can choose several items to add to the columns.

My question is how to I move the newsletter sign up and social icons above the columns.

1 Like

Hi @michellebrc

would you mind to share your store URL? Thanks!

hello @Made4uo-Ribe , it is https://www.libertydefenderco.com

Thanks!

Thanks for the info, do you mean like this?

if it is, check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.footer__content-top {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
  • And Save.

Thank you so much for your reply. I tried it but it did not seem to do anything.

Can you try to add in the footer.css. or in the Custom.css on theme editor. Then let me know if still not working. Thanks!