Hi,
I managed to get my footer to go from 4 to 2 to 1 column responsive, only on 2 columns, the first in the second column has to much top margin.
It’s this css:
.x-colophon.top .x-column .widget:first-child {
margin-top: 3em;
}
I can make a rule like this:
@media (min-width: 481px) and (max-width: 979px) {
.x-colophon.top .x-column .widget:first-child {
margin-top: 0em;
}
}
But then it’s also applied to the other widgets.
Is there a way to solve this so the widgets are lined in 2 columns?
The test site is: https://bubbels.nl/wp/
Kind regards, Carel
