This topic has 14 replies, 5 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
Hi there,
I am using header type 10 on full width.
I would like to make my logo a bit bigger on mobile devices (portrait & landscape)
Can you tell me what custom cuss to add for this please as I can’t seem to find it for mobile, is thus in the responsive.css ?
Thanks in advance
Eva?
Is there a way off adding a different logo on smaller screens?
Hello,
Unfortunately there is no such option.
You can increase logo size using this code in child style.css:
@media (max-width:480px){.header-logo img {
max-width: 270px !important;
width: 240px;
margin-left: -50px !important;
}}
Regards,
Eva Kemp.
Sorry for the delay, thanks Eva.
Will try this out
Hello,
You’re welcome.
Best regards,
Jack Richardson.
I have placed a full width logo in the header but it does not scale properly when the browser window changes in size. is there a way to use a full width logo. For example 900px wide logo in the header.
Hello @annexgrfx,
Try to use this code in Custom CSS for desktop (Theme Options->Custom CSS).
.header-logo img {
max-width: initial;
}
Regards,
Robert Hall.
I am still getting the messed up logo size as things scale down.
Hello,
We can’t see screenshot that you provided.
Please upload to the Dropbox or use the Light Shot program.
Regards,
Robert Hall.
Thank you thats a cool little program.
Here are the links to the two images.
Hello,
Also please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Here is the access
Hello,
I’ve added some code in Theme Options->Custom CSS. Please check it now.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up