Hi,
May I ask how can I change the logo size of the phone version without affecting the logo of the computer version? https://ibb.co/j8vzymL
I tried this code:
@media only screen and (max-width: 992px) {
.header-logo img {
max-width: 300px !important;
width: 200px;
max-height: 100% !important;
}
.header-wrapper header .container-wrapper {
padding: 0px;
}
}
But it does not change.
Thank you