Site logo

Archived topic

Widgets in footer .Resolution 1024*768

3 replies · Started by jcbeal on April 17, 2018

Viewing posts 1–4 of 4

Hello,
I have 3 widgets area in the footer. With 1024 * 768 resolution the footer widget does not look properly. The third area widget jumps down. Can it be adjusted in any way?
Thanks.

Hi there,

Can you give this CSS a shot:

@media (min-width: 768px) and (max-width: 1025px) {
    .inside-footer-widgets {
        display: flex;
    }
    body .inside-footer-widgets .footer-widget-1,
    body .inside-footer-widgets .footer-widget-2,
    body .inside-footer-widgets .footer-widget-3 {
        width:33%;
    }
}

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

Thanks, problem solved.

No problem :)

This archived topic is closed to new replies.