• Resolved hthumbo

    (@hthumbo)


    Hi everyone,

    Recently I installed the plugin WP Maintenance Mode on WP 4.5.3 and everything is working smoothly.
    I notice that on mobile version the submit button had one small error .
    To fix the issue you need to:
    1. Edit the following file wp-content/plugins/wp-maintenance-mode/assets/css/style.min.css
    2. Add overflow: hidden; on the following class .wrap form.subscribe_form

    .wrap form.subscribe_form {
        width: 465px;
        margin: 0px 0px 75px;
        display: inline-block;
        border: 3px solid #E0E0E0;
        box-sizing: border-box;
        overflow: hidden;
    }

    Many thanks,
    Hostílio Thumbo

    https://ww.wp.xz.cn/plugins/wp-maintenance-mode/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘:: WP Maintenance Mode – Subscribe button error on Mobile version ::’ is closed to new replies.