Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #565323

    Hi guys,

    1. I’d like to make the MailChimp subscribe button the same dimensions as the mail submit button. The only available theme options are disproportionate.

    2. I’d like to move the Submit button up closer to the bottom field. It is too far and not proportional to the Subscribe button spacing.

    Do you have quick CSS that will correct this?

    The subscribe button dimensions are perfect so I don’t want to change that button. I just want to adjust the Submit button.

    Thank you,

    Jasmer

    • This topic was modified 8 years, 10 months ago by Jasmer.
    #566642

    Hi Jasmer!

    We are working on this please check back in a while.

    Please use the below code int he quick css

       .avia-builder-el-19  .modified_width .button {
        	margin: 0;
        	padding: 16px 20px!important;
        	font-weight: normal;
        	font-size: 0.92em!important;
        	min-width: 142px!important;
        	outline: none;
        }
    

    Regards,
    Vinay

    • This reply was modified 8 years, 10 months ago by Vinay.
    #566748

    Hi Vinay!

    NICE! I just need to move the Submit button up a few pixels now.

    I want to match the distance that the Subscribe button is from the field above it.

    Make sense?

    THANK YOU,

    Jas

    #566891

    Hi,

    Please try the following as well:

    .page-id-20 #element_avia_4_1 {
    margin-bottom:0px !important;
    }
    

    Thanks,
    Rikard

    #566965

    Thanks Rikard! I changed it to 2px and it’s perfect!

    Topic solved!

    Much appreciation,

    Jas

    #567583

    Hi Jas,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #567736

    Thanks you can close this thread if you like.

    Jas

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Submit Subscribe Buttons Disproportionate’ is closed to new replies.