You are viewing limited content. For full access, please sign in.

Question

Question

How to adjust the signature field via CSS rules?

asked on August 20, 2015

I have a signature field on the page and would like to make it shorter with  CSS rules.

Thank you in advance for any help.

 

 

0 0

Replies

replied on August 26, 2015

Hi Bongkoch,

You can use the following CSS to shorten the signature image:

.btn-group.form-control.form-control-box {height: 152px; width: 120px; overflow: hidden;}
.form-sig-img {margin-right: -130px;}
  • This code shortens every signature image on the form.
  • "width" limits the width of your actual signature (Figure 1).
  • "margin-right" limits the width of the signature image (Figure 2).
  • If you are using the default signature for the current user, make sure it is drawn near the left border of the signature box (Figure 3).

 

Visit Customizing a Form's Appearance with CSS  for more information.

Alex

---

 (Figure 1)

---

 (Figure 2)

---

 (Figure 3)

1 0
replied on August 27, 2015

Hi Alex,

   Thank you so much. This help me a lot!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.