Site logo

Archived topic

Make footer widget area 1 full width. Areas 2 and 3 below it and side by side

3 replies · Started by rex wickham on June 11, 2021

Viewing posts 1–4 of 4

Hi there,

try this CSS:

@media(min-width: 769px) {
    #footer-widgets .inside-footer-widgets {
        flex-wrap: wrap;
    }

    #footer-widgets .footer-widget-1 {
        flex: 1 0 100%;
        margin-bottom: 40px;
    }
}

Lovely, works 100%, thankyou

Glad to be of help

This archived topic is closed to new replies.