[Resolved] LSI Footer Widget Title Alignment in Mobile

Home Forums Support [Resolved] LSI Footer Widget Title Alignment in Mobile

Home Forums Support LSI Footer Widget Title Alignment in Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1318127
    Angus

    Hi for some reason when I go to mobile 1 of my 4 footer widgets title aligns to the left. The other 3 widgets are text widgets. I’ve centered the alignment in the LSI widget itself, and tried altering it but it doesn’t seem to affect it. The actual social icons are centered, its just the title.

    Any ideas?

    Thanks

    #1318396
    Leo
    Staff
    Customer Support

    Hi there,

    Can you disable your coming soon page so I can see the issue?

    Let me know ๐Ÿ™‚

    #1322626
    Angus

    Hi Leo,

    Sorry moved it back to staging. I’ve updated the url, so should be good now?

    Thanks

    #1322645
    Leo
    Staff
    Customer Support

    I’m seeing this existing CSS you’ve added:

    @media (max-width:1024px) {
        .footer-widgets .footer-widget-1, .footer-widgets .footer-widget-2, .footer-widgets .footer-widget-3 {
            width: 100%; 
            padding: 20px;
            text-align: center;
        }
    }

    What if you just include footer widget 4 as well?

    @media (max-width:1024px) {
        .footer-widgets .footer-widget-1, .footer-widgets .footer-widget-2, .footer-widgets .footer-widget-3, .footer-widgets .footer-widget-4 {
            width: 100%; 
            padding: 20px;
            text-align: center;
        }
    }
    #1322648
    Angus

    Perfect Leo, thank you so much!

    #1322650
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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