Hello!
How would I go about changing the mobile header size to make shorter? I have the desktop version done!
Thanks in advance!
Hello!
How would I go about changing the mobile header size to make shorter? I have the desktop version done!
Thanks in advance!
@HonorDigital - can you please share your website link? I can check on browser and provide you the code
yes, please try this code
@media only screen and (max-width: 768px) {
.site-header {height: 65px!important;}
}
Perfect Thank you!!