Move Newsletter and Socials above 3 columns on Dawn Theme

Move Newsletter and Socials above 3 columns on Dawn Theme

michellebrc
Tourist
3 0 1

Screenshot 2024-07-10 at 12.25.29 PM.png

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. 

Screenshot 2024-07-10 at 12.36.36 PM.png

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

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9594 2286 2841

Hi @michellebrc 

would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
michellebrc
Tourist
3 0 1
Made4uo-Ribe
Shopify Partner
9594 2286 2841

Thanks for the info, do you mean like this? 

Made4uoRibe_0-1720634123677.png

if it is, check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. 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. 
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
michellebrc
Tourist
3 0 1

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

Made4uo-Ribe
Shopify Partner
9594 2286 2841

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.