Site logo

Archived topic

Header Widget Position on Mobile Device

3 replies · Started by Stacey on July 31, 2019

Viewing posts 1–4 of 4

Hi

Can you please point me in the direction for some CSS to center the header widget (in this case some social icons) on mobile devices.

Hi there,

try this CSS:

@media (max-width: 768px) {
    .lsi-social-icons {
        text-align: center !important;
    }
}

Thanks so much! that has worked. I had been trying to target the widget itself and wasn't getting very far!

Glad to be of help :)

This archived topic is closed to new replies.