Site logo

Archived topic

Positioning Lightweight Social Icons in Header

3 replies · Started by Mark on May 11, 2017

Viewing posts 1–4 of 4

How can I center the Lightweight Social Icons vertically in the Header. Their default seems to be Top but I'd like to center them vertically in the Header area. Horizontal position is perfect

Thank you!

Hi Mark,

Try some CSS like this:

.header-widget {
    padding-top: 28px;
}

Unfortunately that is not having any effect. I have even tried:

.header-widget .widget_lsi_widget {
padding-top: 28px !important;
}

Hmm I don't see either of those the code being added.

How are you adding the code currently? Maybe a syntax error in previous code?

This archived topic is closed to new replies.