okay, the site is live at https://www.CleanYourDirty.online
Ideally, I want the logo to show up on mobile and not on the desktop view, also it would be really nice for it to also be “centered” on mobile if that’s not too difficult.
but now for some odd reason, the Logo isn’t showing up at all on mobile. but it does show up on the desktop… I even tried deleting all of the CSS edits that were listed for the page. (admittedly, I put this code in weeks ago and I don’t even remember what this code was intended to do.)
for reference, I have copied it here:
.custom-header-media:before {
background: none;
}
@media screen and (max-width:860px){
.custom-header-media:before{background:transparent !important}
}