Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #165551

    Hey Krisi team,

    I noticed with the latest version 2.2 that using the header type “Header with Social icons and bottom Navigation” and using the Slide out menu causes the site logo to disappear. The logo is visible for a short time until it gets removed. In css the element gets a width of 0px. Using the drop down menu solves the issue as a workaround.

    Cheers
    Alex

    #165672

    Hi Highway55555!

    Can you post the link to your website?

    Best regards,
    Yigit

    #165741

    Can any one tell me in easy language how to get this done because i have same problem, logo invisible after few seconds

    http://goo.gl/U9vm3Q

    #166168

    Hey!

    Do you have any active plugins? If so, can you try deactivating them and see if issue remains?

    Cheers!
    Yigit

    #166183

    I initially had the same issue. I dropped the following into my custom css and cleared out my browser cache. Seemed to have worked.

    .logo, .logo img{ width: auto !important; }

    #166214

    sorry Yigit i can not post the url. I don’t have the redesigned webpage online yet. This error appeared after updating from enfold 2.1 to 2.2. Using the dropdown menu instead of the slide out menu helped to work around that problem. Deactivating plugins or any custom.css setting did not have any positive effect

    • This reply was modified 11 years, 1 month ago by Highway55555.
    #166353

    Hey!

    Please add this on your custom.css or Quick CSS:

    .logo img {
    width: auto !important;
    }

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo disappears with v2.2 when "Slideout Menu" and a certain header type is used’ is closed to new replies.