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

Question

Question

Move Text from above to beside

asked on June 2, 2015 Show version history

Hi,

Im sure this can be done using CSS and if there is a GURU out there that can help me I would greatly appreciate it.

Text that is above the upload field/Button needs to be beside (Left) the Upload Button

Please see the attachment, the top image is the current, and the Bottom image is the Desired

 

Thanks in advance

Chris

 

Untitled.jpg
Untitled.jpg (39.97 KB)
0 0

Answer

APPROVED ANSWER
replied on June 2, 2015

If you give your file upload field a CSS class name like transcripts, then you can use something like

.transcripts .cf-helptext {float:left;}

This way it won't affect the text for other fields (if that's what's wanted).

1 0
replied on October 16, 2017

Hi Alex,

Based on your post I was able to move the Upload button to the right. How do I do it for the Upload buttons in a table? I want to move the buttons to the right for Substantive Activity and Grade.

Thank you.

 

Untitled.png
Untitled.png (14.06 KB)
0 0

Replies

replied on June 2, 2015

Hi Alexander,

Thank you for pointing me in the right direction

 

#q15 .cf-helptext {float:left;width: 350px;}

 

Worked a Treat

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

Sign in to reply to this post.