Re: Dawn Theme | Footer Spacing

Solved

Dawn Theme | Footer Spacing

ChicBotique1
Excursionist
31 0 3

Hello Everyone,

 

I have a problem in the footer menu the last page I added to my list has a different spacing than the others, like in the following picture :

Screenshot 2024-04-01 102305.png

 

link to my website :

 

Https://ChicBotique.co.il

 

Thanks in Advance

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 269

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

You can add code here to fix spacing between text:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.footer-block__details-content li{
    margin-right: 1.5rem !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | 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.

View solution in original post

Replies 2 (2)

PageFly-Noah
Shopify Partner
1317 233 269

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

You can add code here to fix spacing between text:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.footer-block__details-content li{
    margin-right: 1.5rem !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | 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.

ChicBotique1
Excursionist
31 0 3

Thank you very much!