Footer Widget looks over-crowded on mobile

Hi there Noda,

Is it possible to change the way the footer widgets load up on mobiles…now everything is laid out the same way as it is on desktops and tablets but on mobiles there isn’t enough space for all the widgets so it looks crowded and not very nice.

Is it possible to have them load one widget after the other and not beside each other?

Thanks
Jacqueline

Hello Jacqueline

yes, it’s possible, try this CSS:

@media only screen and (max-width: 992px) {
footer#footer .col-md-3 {
width: 100%;
}
}