Site logo

Archived topic

full width footer widgets ipad/tablet

5 replies · Started by Alex on May 8, 2019

Viewing posts 1–6 of 6

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

Hi there,

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

Thanks.

Hi Leo,

Have done that now,

Thanks,

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 :)

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;
    }
}
This archived topic is closed to new replies.