Form object query
Автор: Derek K.
Просмотрено 1108,
Подписчики 2,
Размещенный 0
How do I make the send button the same width as the text fields
Размещено
How do I make the send button the same width as the text fields
Hello.Add this code to the styles:
#imObjectForm_8_form_submit {
width: 100%;
}
But note that your form number will be different.In my case it is "8".Give me a link to the page of the site where the form you need is available. I will write more precisely.
Автор
Hi Aleksej,
http://buildthewebsite.co.uk/contact-us.html I am still experimenting with the sute.
Thanks
Derek
Add this code to the styles:
<style>
#imObjectForm_48_form_submit {
width: 95%;
}
</style>
You can change the percentage value.