Footer social logos not aligned

Hey there,
On my site, https://dylanhbrown.com/stills/, the global footer Envelope icon isn’t spaced properly and is a few pixels off. I haven’t been able to target it properly with CSS and I was wondering if you can help me get everything aligned properly.

There seems to be 2 px extra of padding on the top of the envelope, how can I bring it up to be aligned with the rest of the icons?

I have attached a screenshot.

Thanks for the help!

Hi again,

Thanks for writing in! Please add the following CSS code in the Theme Options > CSS:

footer .x-social-global .envelope {
    position: relative;
    top: -2px;
}

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.