I want the “Direktlinks”-section to move closer to the third footer widget (“Kontakt”).
How can I do that?
Hey transformmedia,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
#footer #text-3.widget {
padding-left: 5vw;
}
Best regards,
Vinay