• Resolved beardyfoureyes

    (@beardyfoureyes)


    Hi

    I’ve created an overlay div and positioned the div absolutely over a hero section with css:

    .overlay {
      display:block;
      position:absolute;
      top:30%;
      left:40%;
      z-index:10;
    }

    This works fine in inspector until you resize the window and canvas redraws from <canvas width="750" height="200"></canvas> to <canvas width="0" height="0"></canvas>.

    How can I prevent canvas from collapsing?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter beardyfoureyes

    (@beardyfoureyes)

    FYI, I tried with Countdown Builder – a very similar plugin – and it doesn’t happen, but it’s way too limited so I’d like to get this working with Ultimate.

    Thanks

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching us…

    Please share your website page link we will check.

    Thanks,

    Thread Starter beardyfoureyes

    (@beardyfoureyes)

    Hi Ketan,

    How can I share privately?

    Thanks

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please find our website and join live chat we will check your website.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Canvas collapses – Absolute Position / Overlay’ is closed to new replies.