• Resolved phdhont

    (@phdhont)


    Hi,

    Is it possible with css code to change the size of the window?
    I ask this because I use an antispam check and you have to scroll a little bit to send the message.
    It would be great if I can put everything in one window.
    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Christoph Nagel

    (@cmsgeek)

    Hi @phdhont ,

    please excuse my late feedback.

    The simplest solution is to make a few adjustments via Custom CSS, so that this is not overwritten again with an update, otherwise you can of course also adjust the changes directly in the plugin CSS file.

    Below you can find the adjustments for the new dimensions. The values for height and width you can of course flexibly assign.

    fcb-modal {
    width: 300px !important;
    }
    .fcb-modal-content {
    max-height: 900px !important;
    }
    fcb-modal:target {
    left: calc(50% – 150px);
    left: -moz-calc(50% – 150px);
    left: -webkit-calc(50% – 150px);
    }

    Best regards,
    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘change window size’ is closed to new replies.