Hello @beveragebombs ,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > section-footer.css and paste the following code at the bottom of the file:
.footer-block__details-content.rte p {
margin: 0 !important;
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
The spacing between the contact options is same as left block options.
Let me know if you need further assistance!
