How to make mobile header px size shorter?

Hello!

How would I go about changing the mobile header size to make shorter? I have the desktop version done!

Thanks in advance!

1 Like

@HonorDigital - can you please share your website link? I can check on browser and provide you the code

@HonorDigital

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 768px) {
.site-header {height: 65px!important;}
}

Perfect Thank you!!