Jump to content

Page Reference Checkboxes and Columns


Pip
 Share

Recommended Posts

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!

Link to comment
Share on other sites

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; }

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...