Hi,
How can I reduce the bottom padding of the logo on mobile only please?
This is the CSS in question:
@media only screen and (max-width: 767px)
.topmargin {
padding-top: 40px!important;
padding-bottom: 40px!important;
margin: 0;
}
Can't seem to override it using custom CSS area?
Thanks,
Damian