Skip to main content

Popup element Column

Comments

3 comments

  • Alex

    Hi,

    You are right. The pop-up container overlaps the content and because of that you can't press the buttons: https://jmp.sh/Oetnjfk The thing is that the Brizy pop-up container has a default min-width of 300px, so you can try to rewrite this using the following code:

    .brz .brz-popup2__inner > .brz-container__wrap {
    min-width: 100px!important;
    }

    0
  • Bjs Pavan Kumar

    where I have to paste that code ?
    Can you please guide me by video so that in my future projects it will help me .

    0
  • Denis B

    Hi,

    You can add CSS code in Project Settings: View screenshot.

    Best regards,
    Denis.

    0

Please sign in to leave a comment.