Hi there!
I have a problem with a website i’m building with Enfold.
The logo (with a round icon) breaks when the resolution changes. (for instance on mobile or tablet)
How can i make sure that this doesn’t happen.
If the logo is to large i can upload just the round icon for displaying on tabled and mobile)
I added the website link in private content.
Hope to hear from you soon!
Regards,
Filip
I can use this particular logo for mobile. (see link in private content)
i would like to have it centered on the screen.
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/change-logo-on-mobile/
Regards,
Yigit
Hi Yigit,
Thank you for your quick reply. I understand how to place a logo for mobile, but what i would like is that when change the resolution of the screen to smaller sizer the logo keeps the same. now the logo changes really ugly. (its stretches)
maybe the logo just takes too much place now for smaller windows…can you help me out what todo to keep the logo the same for each resolution?
hope to hear from you.
Regards,
Fililp
Hi,
You have following code in Quick CSS field
.logo img {
min-height: 100px!important;
}
Please change it to
@media only screen and (min-width: 768px) {
.logo img {
min-height: 100px!important;
}}
Best regards,
Yigit
Hi Yigit!
Thank you soo much. It almost works now. Only my Android tablet in potrait (1200 x 1920 px) the logo still looks stretched. On mobile it looks great (on potrait and landscape)
What can i do to fix it on the tablet?
thanks in advance!