Hi,
May I ask how can I change the logo size of the phone version without affecting the logo of the computer version?
Theme version: 5.1.5 (child 0.0.1)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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.