Viewing 4 replies - 1 through 4 (of 4 total)
  • I have this same issue. At least I think. My checkbox is off to the side of the page, and only shows up on some screen/window sizes.

    For now, I’ve just worked around it by adding a css ID to the elementor full screen menu section; in this case I called it fullMenu. I have the Simple CSS plugin installed and added the following css to the page:

    #fullMenu input {
        display: none !important;
    }

    It’s not great, but it works. It would be great if this was fixed though! Otherwise, I love this plugin!

    Plugin Author Solitweb

    (@solitweb)

    What browser are you guys using? I don’t see the checkbox on both of @syncreative sites in Chrome, Safari or Firefox.

    Thread Starter syncreative

    (@syncreative)

    Hello Solitweb!

    I fixed it using the code from sciman3. Just get back to me if you want me to show you how it looks without it.

    Best,

    Niklas

    Hi Solitweb,

    I just checked it again on mine and it happens in chrome and safari. Only at certain sizes though. I assume at other sizes the element is positioned off the page? For example, it shows up if I take a full size (1440px x 445px) chrome window and scale it down to 1017px x 445px (as reported by the develop tools). Looking at the styles inspector in chrome the input tag’s display property goes from none to inline-block.

    Let me know if I can provide any other details or test anything for you!

    Thanks!
    Jacob

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Check box won’t disappear’ is closed to new replies.