Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1147454

    Hi,
    my problem is, that the Modal Popup Window (GDPR) is not 100 % above the fold on mobile devices. So the Buttons are not visible above the fold. Is it possible to show the complete Popup Window above the fold so that the user don’t need to scroll to the buttons?
    Thanks and best regards

    Andreas

    #1147516

    Hey Andreas,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1147521

    Hello Rikard,
    please find the URL in the private content.

    #1147674

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #av-consent-extra-info hr {
      display:none;
    }
    
    #av-consent-extra-info .tabcontainer {
        margin: 10px 0;
    }
    }

    Best regards,
    Rikard

    #1147821

    Hi,
    thanks. Unfortunately it doesn’t work. Also not with the !important
    Is it possible to resize the complete modal box?

    #1147963

    Hi,

    Thanks for the update, I’m not sure exactly what you mean by your last reply though. What exactly are you looking to change? If you want the entire content to be visible then I think you will have to make the text smaller for instance, along with using the CSS I sent previously.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.