Social Media Icons in Same Row Not Aligning

Hi there,

This is a small but persistent problem. For some reason I have two social media icons in the same row and one seems to be lining up a few px lower than the other one. The icons are the new Pro social media element but it doesn’t seem like any of the margin/padding settings for either element can be adjusted to align them perfectly to one another.

Any idea what’s going on?

This is the url: http://u2k.db4.myftpupload.com/contact/

Hi,

It happens when you choose to have marginless columns. You need to specify the vertical alignment.

Kindly add a class to your row element.

Then add this css code in Conerstone > CSS

.mysocials .x-anchor.x-anchor-button {
   vertical-align:top;
}

Hope that helps.

Worked like a charm! Thanks for the help and the quick response.

You’re welcome! :slight_smile:

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