Sidebar Social Grid Icon Labels

The email label in my social icon section, isn’t aligned with my other labels. How can i get the word email to line up with the other labels. Screen Shot 2020-08-01 at 4.03.06 PM

Hello Tashera,

Thanks for writing in!

To resolve your issue, please have your custom CSS code updated and use this instead:

.x-sidebar .x-block-grid.three-up>li i {
    display: block !important;
    font-size: 28px;
}

The !important is used to force the text to go to the next row.

We would love to know if this has worked for you. Thank you.

It Worked! Thank you!

You are most welcome!

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