Site logo

Archived topic

Footer Widget resize for Mobile

1 reply · Started by Jordan on March 26, 2021

Viewing posts 1–2 of 2

Hi,

On the site noted below, you can see that when resizing for mobile, the footer 1 widget area doesn't look great. How can I make the logo take up the full width of the widget area and center with he social icons below it also looking nicer when in the mobile responsive view?

Thanks!

Hi there,

Try this CSS for the logo:

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

The social icons are from Elementor so the GP doesn't have any control over it. I'd recommend checking with their support team to see if they can offer any suggestions.

This archived topic is closed to new replies.