CMS Development

simon2
Contributeur

Help Needed for a Fixed Form

Résolue

I'm playing around with trying to get a 'fixed form' - one that stays in place when scrolling.

 

See a test page here:

https://www.ldf.co.uk/test/sticky-form 

 

I have got the form fixed ok - but after fixing it the form moves to the left of the screen instead of staying to the right of the Rich Text module. 

 

Does anyone have any ideas what I'm doing wrong?

0 Votes
1 Solution acceptée
TRooInbound
Solution
Conseiller clé

Help Needed for a Fixed Form

Résolue

Hi @simon2,

 

position fixed cannot control by another property it's like a free bird.

 

just add to your CSS 

.hero-form {
    right:0;
}

let know if not working

 

Did my post help answer your query? Help the Community by marking it as a solution.

 

Team TRooInbound

Voir la solution dans l'envoi d'origine

3 Réponses
TRooInbound
Solution
Conseiller clé

Help Needed for a Fixed Form

Résolue

Hi @simon2,

 

position fixed cannot control by another property it's like a free bird.

 

just add to your CSS 

.hero-form {
    right:0;
}

let know if not working

 

Did my post help answer your query? Help the Community by marking it as a solution.

 

Team TRooInbound

simon2
Contributeur

Help Needed for a Fixed Form

Résolue

Worked a treat, thank you!

TRooInbound
Conseiller clé

Help Needed for a Fixed Form

Résolue

Hi @simon2,

 

Cool Cœur Chears!

 

Want more solutions like this?

Please visit us at www.trooinbound.com or mail us at hello@trooinbound.com

0 Votes