[Resolved] Footer widget alignment desktop vs mobile

Home Forums Support [Resolved] Footer widget alignment desktop vs mobile

Home Forums Support Footer widget alignment desktop vs mobile

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

    I am using the lightweight social icons in a right-side footer widget. Text and icons below both align to the right side of page on desktop. However on mobile only the text headings (‘Follow Us’ etc) change their alignment to center, leaving the icons right-aligned. Since other things like footer menu widget auto-aligns to center, can we do the same with the icons?

    #1225447
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

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

    Let me know if this helps ๐Ÿ™‚

    #1225489
    markus

    perfect, thank you.

    #1225509
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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