Replies: 0
trying to figure out how to move the content up closer to the header… on desktop it appears ok, but on mobile theres a noticeable white gap… hopefully you can tell me what css controls the content to header white space.. i already figured out @media screen and (max-width: 900px) {
.mh-site-logo {
padding: 0;
}
}
which adjusts only the header padding.. i need the content moved up, thanks!