Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Sidebar’ is closed to new replies.
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