and that’s my code for dermatologie-buzau.ro ?? three columns needed
@media screen and (min-width:801px) {
.tg-footer-main-widget {
width: 30%;
}
.tg-footer-other-widgets {
width: 67%;
}
.tg-second-footer-widget, .tg-third-footer-widget {
width: 45.4%;
}
.tg-fourth-footer-widget {
display: none !important;
}
}
@media screen and (max-width: 800px){
.tg-footer-main-widget{
width: 100%;
}
.tg-footer-other-widgets {
width: 100%;
}
.tg-second-footer-widget, .tg-third-footer-widget, .tg-fourth-footer-widget {
width: 100%;
}
}