Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #993386

    Hey,

    I need a solution for a problem I can’t fix.
    On mobile, my Logo is very large, so that it overlaps the Menu button.
    How can I remove the Logo in the responsive view?

    Thanks and kind regards,

    Christian

    #993452

    Hey mynoxin,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    span.logo {
      display:none;
    }
    }

    Best regards,
    Rikard

    #993489

    Hey Rikard,

    thanks for the Code. It does not work for me.

    #993615

    Hi,

    It looks like you are using a cache plugin, did you make sure to clear the cache from it? https://bit.ly/2MjhMva

    Best regards,
    Rikard

    #993693

    You are right, forgot it. Works, THANKS!
    Thread can be closed :)

    #993776

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Logo on mobile Device’ is closed to new replies.