STUDIO THEME - Lot of space between lines in the contact menu at footer

STUDIO THEME - Lot of space between lines in the contact menu at footer

Pls see attached photo for your understandings

@Aadhiss

To remove spacing between lines follow below steps :

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > section-footer.css and paste this at the bottom of the file:
.rte > p{
  margin: 0px !important;
}

Hope this works well.