Help on Layout needed...

Parisi

Member
I am not really competent with CSS but am learning. I just don't get CSS that easily. Thus my question. I have a form, which I have attached a screen shot of.

How would I display a block of text or elements for that matter to the right of my current elements? You can see the yellow box to get an idea of where I want to add things.

If you can nudge me in the right direction to the approach I should take in general to get elements to layout there. And yes I do use FireBug etc. But seeing the hammer does not always equate to knowing how to strike the nail.

Thanks for any help you can give!

Paul.
 

Attachments

  • 2014-10-01_12-05-59.png
    2014-10-01_12-05-59.png
    101.2 KB · Views: 154
One possibility (without link to your form it's just suggesting to try):
Put your elements Digitized - re-run in one group with id=X, the elements for the yellow part in an other id=Y, in form settings put Y after X
Then add custom CSS e.g.
#$form #groupX {float:left; width:33%}
#$form #groupY {width:66%}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top