Welcome, Guest
Please Login or Register.    Lost Password?
Main Forum for redFORM
Go to bottomPage: 1
TOPIC: [Solved] Changing locations of fields on display..
*
2010/02/16 10:19 #5682
[Solved] Changing locations of fields on display.. Print this page
Hi there,

I hope someone can help me with this!

I need to move the position of text and fields on the display page of redform.

My knowledge on this is very limited and after trying in vain to find the CSS related
to this I am left a little stumped!

I need to move the email field to the left in alignment with the text field and place the Sign Up for our Mailing list below that with a tick box without the actual list showing.

A bit of prompt advice would be brilliant!

Stevie C
Last Edit: 2010/02/20 00:07 By admin.
Offline
The administrator has disabled public write access. Top
Stevie Cripps
 
Fresh Boarder
Posts: 13
graphgraph
2010/02/16 18:22 #5691
Re: Changing locations of fields on display page! Print this page
In the subscriber support forum i have made quite a few posts on CSS for redFORM.

So get webdev plugin for firefox - hover over and see the CSS tags and then do the CSS.

The only true way of doing a good design implementation into a Joomla website is using the CSS method.
Offline
The administrator has disabled public write access. Top
Ronni Christiansen
 
Administrator
Posts: 2889
graph
2010/06/13 17:52 #9607
Re:[Solved] Changing locations of fields on display.. Print this page
Here's some really basic CSS for RedForm:

#redform {
border:2px solid;
margin-left:auto;
margin-right:auto;
width:45%;
}
Offline
The administrator has disabled public write access. Top
Ken Lyle
 
Expert Boarder
Posts: 118
graphgraph
Go to topPage: 1