Tagged: enfold, enfold logo
Hola Ismael,
He usado Enfold para mis 2 últimos proyectos, me gusta mucho, muy buen tema.
Necesito tener el logotipo más grande, de hecho hice el logo al tamaño indicado en Enfold (340px * 156px) pero se reduce y pierde lo “pixel perfect”, tengo instalada la última versión de Enfold pero no he logrado poner el logo como lo quiero.
Este es el sitio en proceso: http://exhicor.lafabricadigital.com.mx
Te anexo una imagen que muestra el tamaño de logo que me gustaría tener, exactamente (340px * 156px).
http://www.lafabricadigital.com.mx/Exhicor_Header.png
¿Podrías ayudarme por favor?
Muchas gracias!
Hey infiniteloop!
Please add following code to Quick CSS
@media only screen and (min-width: 768px) {
.logo img {
height: 156px!important;
max-height: 130% !important;
padding-top: 0;
margin-top: -10px;} }
Cheers!
Yigit
Thanks Yigit,
It worked well on desktops but not on mobile devices. Menu overlaps on tablets and phones because logo doesn’t resize.
http://exhicor.lafabricadigital.com.mx/exhibidores-de-alambre/
Thank you very much for your help.
Cheers!
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important; }}
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
I have also updated the code i posted in my previous post. Please do not forget to update it
Regards,
Yigit
Thankyou very much Yigit.
You guys are the best!
Cheers!