Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > multiple rows of radiobuttons View modes: 
User avatar
Member
Member
Edward-d - 11/11/2013 1:47:11 AM
   
multiple rows of radiobuttons
Hello,
How can i make multiple rows of productopt horyzontal radiobuttons? I have ~30 product options and all these buttons located in 1 row and ruined whole site structure

Best regards,
Edward

User avatar
Kentico Support
Kentico Support
kentico_janh - 11/11/2013 4:02:20 AM
   
RE:multiple rows of radiobuttons
Hello,

You can either float them by defining correct css class like:
table#m_c_f_f_radio_list.RadioButtonList tbody tr:nth-of-type(1)
{
float:left;
}

Or you can develop your own form control and render those radiobuttons as you need:

Developing form controls

Best regards,
Jan Hermann

User avatar
Member
Member
Edward-d - 11/12/2013 1:25:02 AM
   
RE:multiple rows of radiobuttons
Thank you for your answer,

Sorry, but i have no idea where should i put this code and can't find any examples

Best regards,
Edward

User avatar
Kentico Support
Kentico Support
kentico_janh - 11/18/2013 1:43:53 AM
   
RE:multiple rows of radiobuttons
Hello,

The location depends what you select as your installation folder, however by default it is in the C:\inetpub\wwwroot\<Kentico project folder>\App_Themes\Default\CMSDesk.css file. Please contact your web designer to help you with proper styling or let your developers to implement a form control according your needs.

Best regards,
Jan Hermann