Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    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!

Viewing 2 replies - 1 through 2 (of 2 total)