• Resolved jonroot

    (@jonroot)


    Hi I like this plugin but have two issues:

    1. I can’t see the close button on mobile. It seems to be hidden off screen.

    2. There is white padding at the top and bottom of the pop up. How do I remove this?

    Thanks,
    Jon

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @jonroot,

    Thank you for the topic.

    As to the first point, we have checked and noticed that you have set a greater value for the Height option for the mobile version, that is why the Close button was not being displayed for you.

    By the way, I have passed your case to our Development Team and, though generally, we don’t provide this kind of support, they have created a new CSS code special for you to achieve your desired result (both for the first and the second points).

    Please take these Custom CSS codes and insert them into the Popups > particular popup > Styles tab > Custom CSS option.

    .ays_minimal_window.ays-pb-modal_1 .ays_content_box > p{
    margin 0 !important;
    }
    .ays-pb-modals.av_pop_modals_1 > .ays_minimal_window.ays-pb-modal_1 .ays_minimal_main{
    padding: 0 !important;
    overflow: unset !important;
    }
    .ays-pb-modals.av_pop_modals_1 > .ays_minimal_window.ays-pb-modal_1 .ays_content_box{
    overflow: unset !important;
    }
    @media only screen and (max-width: 600px) {
    .ays_minimal_window.ays-pb-modal_1{
    height: 650px !important;
    }
    }

    Please check this and let us know in case of any further questions.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t see Close Button on mobile’ is closed to new replies.