How to reduce Footer Site Notice top and bottom margins?
How to reduce these margins? View post on imgur.com What I tried already: /* Footer Abstand*/ .layout-full #colophon { padding-bottom: 0px !important; padding-top: 0px !important; } /* Footer Theme*/ #colophon #theme-attribution { visibility: hidden; } #site-info { margin: 0px; }…