Formbuilder Radio Button layout

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
bDoc
Forum Members
Forum Members
Posts: 31
Joined: Sun Feb 22, 2009 2:09 am

Formbuilder Radio Button layout

Post by bDoc »

Can anyone tell me what CSS to use in order to make a radio group in formbuilder show horizontally instead of vertically. I've looked all over and can't find any solutions. Any help is greatly appreciated.

Here's a link to a site that has a sample but I just don't know how to get it into formbuilder.

http://www.appnitro.com/forms/view.php?id=7

Thanks and I really hope someone can help me out. O0
peterbus

Re: Formbuilder Radio Button layout

Post by peterbus »

Hi,

Can't you change the number of columns in the form template that belongs to the form that you use?


{* TABLE FORM LAYOUT / Field titles on Left *}
{* next line sets number of columns for things like checkbox groups *}
{assign var="cols" value="3"}
{literal}
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Formbuilder Radio Button layout

Post by Dr.CSS »

This is a CSS problem...

You need to give the radio group a css class and then style it...

A link to the page would help...
zori
Forum Members
Forum Members
Posts: 11
Joined: Fri Jul 18, 2008 6:35 pm

Re: Formbuilder Radio Button layout

Post by zori »

I had the same issue.

Just give the radio group a css class example "atline" and make css

.atline div{
display:inline;
height: 10px;
}

R. Zori
Post Reply

Return to “Layout and Design (CSS & HTML)”