What's your biggest current challenge? Have your say in Community Polls along the right column.

Help me move the email subscription to the footer!

Solved

Help me move the email subscription to the footer!

SamSukhoonNordl
Explorer
59 1 12

a7619ae0a982f03ec7841d35ea1e5361.png

 As title says, I can't move the email sub section to the footer.

Please help me!

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
9142 2181 2693

This is an accepted solution.

Thanks, do you mean like this right? 

Made4uoRibe_0-1720216644378.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.

 

 

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
    justify-content: space-between;
}
.footer__blocks-wrapper.grid {
    flex-grow: 3;
}
.footer-block--newsletter {
    margin-top: 0px;
    align-items: flex-start;
}
}

 

 

  • 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 ⚙️.

View solution in original post

Made4uo-Ribe
Shopify Partner
9142 2181 2693

This is an accepted solution.

Please, replace it again.

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
    justify-content: space-between;
}
.footer__blocks-wrapper.grid {
    flex-grow: 3;
}
.footer-block--newsletter {
    margin-top: 7px !important;
    align-items: flex-start !important;
}
}

I add some margin same on the links. 

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 ⚙️.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
9142 2181 2693

Hi @SamSukhoonNordl 

Can you add the newsletter first? 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 ⚙️.
SamSukhoonNordl
Explorer
59 1 12

I added it! 🙂 

Made4uo-Ribe
Shopify Partner
9142 2181 2693

This is an accepted solution.

Thanks, do you mean like this right? 

Made4uoRibe_0-1720216644378.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.

 

 

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
    justify-content: space-between;
}
.footer__blocks-wrapper.grid {
    flex-grow: 3;
}
.footer-block--newsletter {
    margin-top: 0px;
    align-items: flex-start;
}
}

 

 

  • 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 ⚙️.
SamSukhoonNordl
Explorer
59 1 12

Yeah! But I want it more alligned with the other blocks so that it looks good. Thank you!

Made4uo-Ribe
Shopify Partner
9142 2181 2693

i add some code please, check it again. 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 ⚙️.
SamSukhoonNordl
Explorer
59 1 12

Thanks 🙂 I tried now but the email thingys position is way off! 😞

Made4uo-Ribe
Shopify Partner
9142 2181 2693

This is an accepted solution.

Please, replace it again.

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
    justify-content: space-between;
}
.footer__blocks-wrapper.grid {
    flex-grow: 3;
}
.footer-block--newsletter {
    margin-top: 7px !important;
    align-items: flex-start !important;
}
}

I add some margin same on the links. 

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 ⚙️.
SamSukhoonNordl
Explorer
59 1 12

I have tried playing around with it but can't seem to solve it.