This topic is locked
[SOLVED]

 Wider checkbox field on edit page

2/16/2015 8:51:08 AM
PHPRunner General questions
buddy author

I have not been able to locate this specific issue in the forum. What I'm trying to do is to widen the checkbox field on the add/edit pages. currently, my values show up 3 or 4 per row, rather than spreading across the width of the table.
Any help would be appreciated.

Sergey Kornilov admin 2/16/2015

Use 'Custom CSS' section in Style Editor for this purpose and here is the code you need

.rnr-horizontal-lookup {

width: 500px !important;

max-width:700px !important;

}
buddy author 2/17/2015

Perfect Sergey. Thank you.

A
Anapolis 2/19/2015



Use 'Custom CSS' section in Style Editor for this purpose and here is the code you need

.rnr-horizontal-lookup {

width: 500px !important;

max-width:700px !important;

}



That is a nice one, for sure.
Again, thank you, Sergey.