Tagged: logo, mobile, responsive
Hi team,
I already searched for this topic and tried some quick css codes – but nothing works.
I created the first draft of the following page and the logo gets distorted when I resize the browser to mobile size:
The logo is 448×80 pixel big. What do I need to insert in quick css?
Thanks and cheers,
Jan
Hey Jan!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) {
.responsive .logo img {
height: 48px !important;
top: 13px;
}
}
Cheers!
Josue
Hey Josue,
great, that worked!
What numbers in that quick css would I need to change for a larger logo with the same issue?
Cheers,
Jan :)
Hi Jan!
It would be great if we could see an example so we can provide you more accurate custom CSS code :)
Best regards,
Yigit
Hi Yigit,
I managed to change it on some pages but not on this one as th logo is very wide:
Cheers,
Jan
Hey!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Yigit
Hey!
Yes, I know. I just told the client today. .One can hardly edit anything now….
Cheers,
Jan