Tagged: submit button, subscribe button
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
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
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
Hi,
Please try the following as well:
.page-id-20 #element_avia_4_1 {
margin-bottom:0px !important;
}
Thanks,
Rikard
Thanks Rikard! I changed it to 2px and it’s perfect!
Topic solved!
Much appreciation,
Jas
Thanks you can close this thread if you like.
Jas