Dawn Theme 11.0.0 - Moving social media icons under the newsletter in footer

Dawn Theme 11.0.0 - Moving social media icons under the newsletter in footer

malin40
Tourist
3 0 1

Need technical support - I've searched through past answers and added the code below to assets>base.css (at the top). With this code, I was able to move the newsletter to the right side of the footer, but the social media icons are now wrapping around the newsletter. Can someone please help me to move the social media icons below the email field? Thank you!

 

Screenshot 2023-08-06 at 2.07.21 PM.png

 

Code added:

@media screen and (min-width: 768px) {
.footer-block--newsletter {
width: 35%;
margin: 0 !important;
align-items: flex-start !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
width: 65%;
}
.footer__content-top.page-width {
display: flex;
flex-wrap: wrap;
}
.list-social{
justify-content: flex-start;
}
}

Replies 4 (4)

ZestardTech
Shopify Partner
5718 1049 1380

Hello @malin40 

 

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
malin40
Tourist
3 0 1

Hi ZestardTech,

 

Thank you for your quick reply, but I am not comfortable sharing my site or password. I have attached the code for your review and suggestions.

 

 

BSS-Commerce
Shopify Partner
3477 463 535

Hi @malin40 ,

We've carefully checked and found your problem quite complicated. So we suggest hiring a developer.

It's what we can help with an optimal solution. If you need help from our expert, kindly share your request with us via Shopify experts: https://experts.shopify.com/bss-commerce/services?utm_source=Shopify+Community&utm_medium=Post+reply...

We will check it and give you a detailed solution. We're looking forward to working with you.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
malin40
Tourist
3 0 1

Hi there,

 

Thank you for your reply, but I figured it out. I just had to add another social media platform and it corrected itself.