I thought I had the right CSS to fix this issue but I think I need your help.
The address line in the footer need to be 2 lines:
0000 street, Suite 000
City, State, zip
And it needs to be aligned with the text and not the icon. I thought I had solved it, but when I increase the width of the browser it defaults back to the address being a long line.
Here is the Additional CSS code I used:
.contact-address {
padding-left: 29px;
}
.contact-address span {
margin-left: -29px;
}
I have also included a photo of what it looks like now. Certainly not working unless I collapse in my browser window.
I appreciate your help!