WebSite X5Help Center

 
Derek K.
Derek K.
User

Form object query  en

Author: Derek K.
Visited 994, Followers 2, Shared 0  

How do I make the send button the same width as the text fields

Posted on the
3 ANSWERS - 2 USEFUL - 1 CORRECT
Aleksej H.
Aleksej H.
Moderator

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.

Read more
Posted on the from Aleksej H.
Aleksej H.
Aleksej H.
Moderator

Add this code to the styles:

<style>
#imObjectForm_48_form_submit {
width: 95%;
}
</style>

You can change the percentage value.

Read more
Posted on the from Aleksej H.