This topic has 6 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Stan Russell
Hi,
I’m using child theme with header 8 which I’ve increased to
.header-logo img {
max-width: 600px; }
But, the logo looks very small on mobile.
May I please have the CSS fix for media?
Thank you!
T
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Sure (enclosed).
Thank you Robert.
Hello,
I’ve added the following code in Child Theme. Please check.
@media only screen and (max-width: 992px){
.header-logo {
max-width: 320px;
}
}
@media only screen and (max-width: 480px){
.header .header-logo {
max-width: 260px !important;
}
.header-type-8 .header-logo {
width: 65% !important;
}
}
Regards,
Robert Hall.
You’re the best, thank you!
Hello,
you are welcome!
Regards,
Stan Russell.
Tagged: customizable, design, logo, size, themes, woocommerce, wordpress
The issue related to '‘Logo size’' has been successfully resolved, and the topic is now closed for further responses