Hi, we make an png or jpg file as our logo, it is working good.
but in the mobile, the logo is always overlap with the new burger menu
I am tired of move the positon of the burger menu by css ( it looks not good in some browser)
so is there any way that we can make a different logo in mobile or show text menu only in mobile
(purpose is to make the logo as small as possible in mobile view and not to mixed up with the menu)
Hey YongyanLi,
So you would be okay with removing the logo on mobile?
Best regards,
Jordan Shannon
yes, but can display the text instead?
Hi!
Please check out our documentation here: http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Our documentation includes CSS to remove the logo. Since you would only like to do this for mobile, please use this CSS with a media query instead:
@media only screen and (max-width: 720px) {
.logo > a > img { display: none !important; }
}
For more information on media queries, please see: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
If you need more help, please let us know.
Best regards,
Sarah
Hi, following up above documentation, and it turns out badly
so gave up the text logo and pefer to make the logo smaller in mobile by below CSS you offered
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a { padding: 0 7px; }
}
and now the website is getting blank and unable to get access any more
so I have to delete it by FTP.
so that’s wrong with that code
it is my mistake
the code is working
but it overlaps still ( just less)
is there any way to make the image display smaller?
Hi,
I’m not seeing the overlap. Would you be able to provide a screenshot?
Best regards,
Jordan Shannon