• Resolved sc00t

    (@sc00t)


    Hi All,

    Here’s the CSS I’ve used in the CSS section to style the text boxes so they become less wide. I want the submit button to do the same but it isn’t quite working how I want it to (I want it to be 80% width like the text boxes)

    #autience-emailform-name-f2eHb {
    width:80%;
    }
    
    #autience-emailform-email-f2eHb {
    width:80%; }
    
    #autience-emailform-submit-f2eHb {
    width:80%; }
    
    .yel-ep-element-button {
    width:80%; }

    Here’s a live version of it (it’s on exit intent, so act as if you’re going to close the window to prompt the popup.)

    Any ideas?

    Thanks!
    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sc00t

    (@sc00t)

    Resolved:

    
    #autience-emailform-name-f2eHb {
    width:80%;
    }
    
    #autience-emailform-email-f2eHb {
    width:80%; }
    
    #autience-emailform-submit-f2eHb {
    width:100%; }
    
    #autience-close-f2eHb {
    width: 20px;
    height: 20px;
    }
    
    .yel-heading-1{
    width: 50%;
    text-shadow: 2px 2px 4px #000000;
    }
    
    .yel-subheading-1 {
    width: 100%;
    text-shadow: 2px 2px 4px #000000;
    }
    
    yel-ep-submit-button-div {
    width: 80% !important ;
    }
    
    .yel-ep-form .yel-ep-element-button {
     width: 80% !important;
     margin: 0 auto;
     float: none;
     }
    
    • This reply was modified 7 years, 10 months ago by sc00t.
    Plugin Author kranthitech

    (@kranthitech)

    Hi there,

    I just tried the popup on your website and did not notice any issue. Could you share a screenshot?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button on ‘Email Subscription 5’ Template won’t resize’ is closed to new replies.