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

    Hi guys,

    I know this is outside your support, but I thought if it’s simple you might not mind helping me.

    I have a modal window that will appear on the SECOND visit to the website below.

    I’m trying to resize and reshape the email field.

    I tried the following and none of them worked. Any ideas?

    Thank you. Jas

    
    body .theme-simple #mailmunch-optin-form input.text-field, body .theme-simple #mailmunch-optin-form input.email-field {
    height: 54px !important;
    border-radius: 3px !important;
    }
    
    div.email-field-wrapper
    height: 54px !important;
    border-radius: 3px !important;
    }
    
    input#custom_field_text_field_555672.input-field.email-field {
    height: 54px !important;
    border-radius: 3px !important;
    }
    
    #658108

    Hey Jasmer!

    This code should have worked

    body .theme-simple #mailmunch-optin-form input.text-field, body .theme-simple #mailmunch-optin-form input.email-field {
        height: 54px!important;
        border-radius: 3px!important;
    }

    Please create a temporary admin login and post it here privately so we can look into it.

    Cheers!
    Yigit

    #803488

    Hi Yigit,

    Sorry I’ve been away. I’m back!

    I added the code you posted, it didn’t work. Screenshot below.

    Thanks,

    Jas

    #803843

    Hi Jasmer,

    Welcome back! :)

    I tried a few tricks including adding custom CSS with jQuery however those did not work either. Since content is provided through external source, custom CSS would not apply. You can try contacting plugin authors in case they have a solution :)

    Best regards,
    Yigit

    #803847

    Hey Yigit, You can close this topic.

    Thank you so much for making the effort. I will do as you suggest.

    Thank you,

    Jas

    #803849

    Hey!

    You are welcome Jas! Let us know if you have any other questions or issues!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adjust Modal Window Size’ is closed to new replies.