Hi
I have a problem with contact page (joomla core)
#modal
The window covers most of the page, making it impossible to click on anything.

Please fix.

Hi

On the contact page of your site (/kontakt), I don't see any modal there, could you share screenshot and steps to replicate this issue?

    This message is visible to Moderators only
    hidden content

    Thanks for the video, you can try with this custom CSS:

    #contact-form #modal-jform_consentbox {
        z-index: -10;
    }
    
    .contact-form .form-horizontal .control-group .control-label span.form-control-feedback {
        position: relative;
        width: auto;
    }
      Write a Reply...
      You need to Login to view replies.