[Resolved] Mobile header social logos position

Home Forums Support [Resolved] Mobile header social logos position

Home Forums Support Mobile header social logos position

  • This topic has 2 replies, 2 voices, and was last updated 7 years ago by _blank.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308183
    _blank

    Hi

    I’d like to center align social logos on mobile version.
    But keep the desktop version to right as is now.

    Here is a url
    http://dev.mackiedesigncompany.com/wp/

    Many Thanks

    Scott

    #308201
    Leo
    Staff
    Customer Support

    Hi Scott,

    Try this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #308202
    _blank

    Hi Leo

    Thanks, that worked.

    Scott

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