Left align footer social media icons in DAWN THEME

Solved

Left align footer social media icons in DAWN THEME

Thecozyliving
Excursionist
28 0 8

i need to Left align footer social media icons in DAWN THEME

they are currently at the center

Thecozyliving_0-1725964948077.png

 

Accepted Solution (1)

Moeed
Shopify Partner
5409 1461 1749

This is an accepted solution.

Hey @Thecozyliving 

 

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) {
ul.list-unstyled.list-social.footer__list-social {
    width: 99% !important;
    justify-content: flex-start !important;
}
}
</style>

RESULT:

Moeed_0-1725965502172.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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Tech_Coding
Shopify Partner
309 79 70

Hello @Thecozyliving 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .footer-block--newsletter.scroll-trigger.animate--slide-in {
      justify-content: flex-start !important;
  }
</style>

Tech_Coding_0-1725965299235.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Moeed
Shopify Partner
5409 1461 1749

This is an accepted solution.

Hey @Thecozyliving 

 

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) {
ul.list-unstyled.list-social.footer__list-social {
    width: 99% !important;
    justify-content: flex-start !important;
}
}
</style>

RESULT:

Moeed_0-1725965502172.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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Thecozyliving
Excursionist
28 0 8

This worked but its not aligned with the info text above it how can i align it 

 

Screenshot 2024-09-10 135444 copye.jpg

Moeed
Shopify Partner
5409 1461 1749

Try adjusting the width either to 99.5% or 100% according to however you like then it should be good.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications