Home › Support Forums › Theme Support › Enlightenment › Reduction blank space in widgets › Reply To: Reduction blank space in widgets
Daniel Tara
Keymaster
This is only possible vis custom CSS. Here’s an example of code you should insert under Appearance → Theme Options → Design → Custom CSS:
@media (min-width: 768px) { .design-full-screen .custom-sidebar { padding-top: 40px; padding-bottom: 40px; } }