[Resolved] align social icons on mobile

Home Forums Support [Resolved] align social icons on mobile

Home Forums Support align social icons on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #188439
    Jamal

    Hi,

    I will like some more assistance if you have the time. I have the light weight social icons plugin aligned left and i will like to align it centrally on . The difficulty i face is i cant overide `.icon-set-lsi_widget-2 {
    text-align: left !important;
    }`

    Anybody know how i can go around it? Thanks much in advance

    #188441
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can actually set the alignment right inside the widget.

    Let me know 🙂

    #188445
    Jamal

    Thanks for the response. What i wanted to do was have it aligned on the left on desktop but aligned center on mobile. If there is a work around im happy otherwise i will just stick with aligning center on both.

    Thanks again.

    #188473
    Tom
    Lead Developer
    Lead Developer

    Ah, then you could do something like this:

    @media (max-width: 768px) {
        .icon-set-lsi_widget-2 {
            text-align: center !important;
        }
    }
    • This reply was modified 8 years, 4 months ago by Tom.
    #188549
    Jamal

    Thanks alot,will give this a try on my second website.

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