Fancy Button – Promo Pop up Modal Full width since theme update

This topic has 4 replies, 2 voices, and was last updated 3 years, 10 months ago ago by indigoross

  • Avatar: indigoross
    indigoross
    Participant
    June 16, 2020 at 10:40

    Hi!

    Updated the theme to latest version and since then the Fancy button – Promo Pop Up option doesnt work correctly anymore.

    If you click on Model Enquiry or Book a test ride, the pop up is full width across the screen now and lost all padding, untile the latest update it has been fine.

    Can this be looked into and how to fix?

    Thanks

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 16, 2020 at 22:08

    Hello,

    Add the below code to fix the issue

    #etheme-popup {
        margin: 0 auto;    
        padding: 30px;
        max-width: 100% !important;
        position: relative;
    }
    #etheme-popup-holder {
        margin: 0 auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
    }

    We’ll fix the issue in the next theme update.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 16, 2020 at 22:10

    P. S. Cool site, by the way! Good job.

    Regards

    Avatar: indigoross
    indigoross
    Participant
    June 17, 2020 at 08:37

    Perfect! thanks very much 🙂

    Glad you like the site as well! thank you very much 🙂

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Fancy Button – Promo Pop up Modal Full width since theme update’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.