Tagged: logo
Hi,
The logo I use is not shrinking on a mobile device.
Can you help me with that. http://www.tips.testsites-swipemedia.nl/
Thx!
Hi Tim!
Please try to insert this code into the quick css field:
@media only screen and (max-width: 767px){
.responsive .mobile_slide_out .logo img {
width: auto !important;
}
}
Best regards,
Peter
Hi Peter,
Ich wollte auch so ne Frage stellen, ich hoffe kannst auch mir helfen ;)
Ich möchte auch Logo etwas kleiner on mobile devices haben, Kann ich das selben Kode benutzen dafür?
Width, High etc.
Herzlichen Dank
Erdogan
Hi Erdogan!
Please add following code to Quick CSS and adjust as needed
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img { max-width: 80%; }}
Regards,
Yigit
Thank you!
This is solved!
Greetz