Pip Posted May 29, 2020 Posted May 29, 2020 Hi Everyone, I'm working on a Page Reference field (Checkbox) for categorizing my food in my new site. My list would be simple given on a straight one column line. 1 2 3 4 5 6 7 8 9 10 But if I use the column settings of the page reference, it comes out like this 1 2 3 4 5 6 7 8 9 10 I wanted it to come out like so: 1 6 2 7 3 8 4 9 5 10 Any ideas on how I can manipulate so so my users can look at the list top to bottom, left to right? Thanks in advance!
Robin S Posted May 29, 2020 Posted May 29, 2020 9 hours ago, Pip said: Any ideas on how I can manipulate so so my users can look at the list top to bottom, left to right? 1. Set the columns to 0 in the Page Reference field settings. 2. Use AdminOnSteroids to add some custom admin CSS that applies columns to the list of checkboxes: #wrap_Inputfield_your_field_name .InputfieldCheckboxesStacked { column-count:2; } 1 1
Pip Posted May 30, 2020 Author Posted May 30, 2020 @Robin S Dudeeeeee, you rock! It works like a charm. Didn't know there's such a thing!!!!! Thanks! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now