Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #254439
    #254538

    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

    • This reply was modified 10 years, 6 months ago by Yigit.
    #254613

    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!

    #254711

    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

    #254733

    Thankyou very much Yigit.
    You guys are the best!

    Cheers!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo más grande en Enfold’ is closed to new replies.