I want the footer widgets to look on this page
the same as on this page:
I think I already added the css code like in the .de version but it doesn’t work.
Thanks for your help!!
Hey transformmedia,
On https://marcogiannecchini.de/ this css code is causing that space:
#footer #text-3.widget {
padding-left: 5vw;
}
you’ll need to remove it and replace with this css code:
#footer #text-4.widget {
padding-left: 5vw;
}
Best regards,
Nikko