Change Position of Email Signup and Social Icons in Footer Dawn Theme

Solved
ed_bb
Excursionist
32 0 0

Hi,

 

I'm using dawn theme 11, looking to move the positions of the email signup box and social media icons in my footer section. Tried a few things and bits of code I've found online but nothing seems to give me the look I require.

 

URL : baileybespoke.co.uk

 

It currently looks exactly as I want it to on mobile but on desktop the email signup box is over to the left hand side but I want it to be under the subscribe text box, aligned left of the box as the text is and the social icons stay over to the right hand side.

 

Hope that makes sense and thank you in advance.

Accepted Solutions (2)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @ed_bb 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer-block__newsletter:not(:only-child) {
    text-align: -webkit-right !important;
    margin-right: 90px !important;
}
</style>

RESULT:

Moeed_0-1697989352773.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @ed_bb 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    height: 100px !important;
}
}
</style>

RESULT:

Moeed_0-1700648131623.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @ed_bb 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer-block__newsletter:not(:only-child) {
    text-align: -webkit-right !important;
    margin-right: 90px !important;
}
</style>

RESULT:

Moeed_0-1697989352773.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
ed_bb
Excursionist
32 0 0

Hi @Moeed 

 

I implemented your solution which worked fine but I have gone to Dawn 12 now, footer.PNG

 As you will see from the screenshot the email signup box sits quite low away from the text. How do I make it sit closer to the text above but leave the social icons where they are, please?

 

Thanks.

Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @ed_bb 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    height: 100px !important;
}
}
</style>

RESULT:

Moeed_0-1700648131623.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Theodore2
Shopify Partner
3 0 0

Hi @ed_bb

For solving the problem about the Change Position Of Email Signup And Social Icons In Footer Dawn Theme, let’s try this solution:


 

 

.footer-block__newsletter:not(:only-child) {
    text-align: -webkit-right !important;
    margin-right: 90px !important;
}

 

 

PageFly-Theodor
Trailblazer
227 33 39

Hi @ed_bb 
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Change Position Of Email Signup And Social Icons In Footer Dawn Theme, let’s try this solution:

Online Store ->Theme ->Edit code
Assets ->Base.css

.footer-block__newsletter:not(:only-child) {
    text-align: -webkit-right !important;
    margin-right: 90px !important;
}


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.