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

Question

Question

How can I place the Text above field on the left side?

asked on October 8, 2018

Hi all,

 

I'm trying to put the "Text above field" to the right of the label.

This is what I have.

 

 

And this is what I want.

 

Thanks in advance.

Regards

 

0 0

Answer

SELECTED ANSWER
replied on October 8, 2018

Hi Olivier, someone may suggest a way to move the help text to that position using CSS.

But you could just use the following in the label name:

"Telephone  <span style="font-size:10px;">Fixe ou Portable</span>"

4 0
replied on October 9, 2018

Thank you Peter,

 

This is what I did and it's working.

 

Regards

0 0

Replies

replied on October 9, 2018 Show version history

You'll also have to set the width of the label to 100%.


#q3 .cf-label {
  width:100%;
}

Any other solutions would probably require using jQuery to move the elements within the HTML structure.

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

Sign in to reply to this post.