Hi!
Erst einmal ein großes Lob für das tolle Design!
Jetzt meine Frage:
Wie kann ich den Abstand der einzelnen Widgets in der Sidebar ändern? Derzeit ist der Abstand relativ weit.
Hi,
You can add this on your custom.css or Quick CSS
.widget {
padding: 10px 0 10px 0;
}
You can adjust the top and bottom padding values.
Regards,
Ismael