[Support request] full width footer widgets ipad/tablet

Home Forums Support [Support request] full width footer widgets ipad/tablet

Home Forums Support full width footer widgets ipad/tablet

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #892710
    Alex

    Hi team GP,

    Currently the three widgets in the footer of my site stack and display full width on mobile, full width and looking great, is there any way for me to have this happen on an iPad/tablet when it’s upright?

    Currently the widgets stack but aren’t full width and are left aligned which doesn’t look great.

    Any help gratefully received,

    Thanks,

    Alex

    #892986
    Leo
    Staff
    Customer Support

    Hi there,

    Can you first clearing and disabling W3 Total Cache as we suggested in the open a new topic checklist?

    Thanks.

    #893002
    Alex

    Hi Leo,

    Have done that now,

    Thanks,

    #893109
    Leo
    Staff
    Customer Support

    So currently it’s stacked when the screen width is below 768px.

    I don’t think there is enough space for 3 inline footer widgets below that.

    What if we center them when they are stacked?

    @media (max-width: 768px) {
        .footer-widgets {
            text-align: center;
        }
    }

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

    Let me know 🙂

    #893735
    Alex

    Thanks Leo,

    That’s in now but in the Chrome inspector, when set to portrait iPad view, it’s still left aligned –

    https://www.dropbox.com/s/etusjxv3f7psnqu/Screenshot%202019-05-09%2009.21.53.png?dl=0

    Also, is it possible to center align the social icons as well?

    Thank you!

    #894245
    Tom
    Lead Developer
    Lead Developer

    It all looks left aligned to me except for the social icons.

    You can center them at that width like this:

    @media (max-width: 768px) {
        .lsi-social-icons {
            text-align: center !important;
        }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.