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

Dawn Footer - Place social media icons below mail signup bar

Solved

Dawn Footer - Place social media icons below mail signup bar

Dabou
Pathfinder
118 2 16

Dabou_0-1707243764866.png


Hello guys, i would like to place the social icons horizontally below the email signup bar

Website: Dazzilia.com

Thank you!

Website: Dazzilia.com

Rate my website
https://community.shopify.com/c/shopify-design/rate-my-website/td-p/2439579
Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
9141 2181 2692

This is an accepted solution.

Hi @Dabou 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
}
.list-social {
  align-self: flex-start;  
}
}

 

And Save. 

Result:

Made4uoRibe_0-1707251542122.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. 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

Made4uo-Ribe
Shopify Partner
9141 2181 2692

This is an accepted solution.

On top of the social icons? 

Just add gap on the code I give. 

 

 

@media only screen and (min-width: 749px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
gap: 20px;
}
.list-social {
  align-self: flex-start;  
}
}

 

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. 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 4 (4)

Made4uo-Ribe
Shopify Partner
9141 2181 2692

This is an accepted solution.

Hi @Dabou 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
}
.list-social {
  align-self: flex-start;  
}
}

 

And Save. 

Result:

Made4uoRibe_0-1707251542122.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. 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 ⚙️.
Dabou
Pathfinder
118 2 16

@Made4uo-RibeIt worked, thank you.

How can i add some spacing from the top ?

Website: Dazzilia.com

Rate my website
https://community.shopify.com/c/shopify-design/rate-my-website/td-p/2439579
Made4uo-Ribe
Shopify Partner
9141 2181 2692

This is an accepted solution.

On top of the social icons? 

Just add gap on the code I give. 

 

 

@media only screen and (min-width: 749px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
gap: 20px;
}
.list-social {
  align-self: flex-start;  
}
}

 

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. 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 ⚙️.
Dabou
Pathfinder
118 2 16

Thank you! @Made4uo-Ribe 

Website: Dazzilia.com

Rate my website
https://community.shopify.com/c/shopify-design/rate-my-website/td-p/2439579