Why isn't my header logo responsive on larger displays?

Hey everyone, I’m working on this site for a client, and the logo in the header doesn’t respond to larger display sizes. I need it to move with the nav.

www.mylittleparty.ca

Any suggestions? I’m not the greatest at coding.

hello @Vireonidae

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (min-width: 748px){
#HeaderLogoWrapper {
    max-width: 1200px !important;
    margin: 0 auto;
    height: 20%;
    width: 20%;
}
}

Hi Natztech,

Thanks, is there a way to have it left aligned with the menu?