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

Question

Question

Move Form Up Below Title When Using Tall Logo

asked on November 9, 2018

I have a form that has a tall logo applied to it. This ends up making the actual form (cf-form class) drop to where the logo ends. I have the log right aligned and would like the form to move up underneath the form title since the fields will not be covered with the logo on the right. Does anyone know how I would accomplish this?

1 0

Answer

SELECTED ANSWER
replied on November 9, 2018 Show version history

You could use CSS on #form-logo to set position:absolute; then use left, right, margin-left, or margin-right, to adjust the position the way you want. The challenge is that it would probably move around if the form width changes, so you'd need to do some trial-and-error adjustments.

1 0

Replies

replied on November 30, 2018

I've had the same issue.  Try using this.

 

 

It then looks like this

 

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

Sign in to reply to this post.