Footer text spacing

Hello @beveragebombs ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. 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!