Hi there,
I am trying to find some Quick CSS where I can reduce the top and bottom padding of the logo when using the sidebar menu.
Hey Frank,
Add this to quick css:
.html_header_sidebar .logo{
padding:0 40px!important;
}
Best regards,
Jordan Shannon
thank you, that worked.