This topic has 4 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hi,
May I ask how can I change the logo size of the phone version without affecting the logo of the computer version?
Hello,
Please add this code in Theme Options > Custom css > Global custom css or in style.css file of your child theme:
@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;
}
}
Regards
It is perfect now! Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up