[Resolved] Header Widget Position on Mobile Device

Home Forums Support [Resolved] Header Widget Position on Mobile Device

Home Forums Support Header Widget Position on Mobile Device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #972054
    Stacey

    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.

    #972306
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

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

    #972483
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.