• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

Adding a horizontal scrollbar

  • Views Views: 10,769
  • Last updated Last updated:

Navigation

  • Clone a list template and modify default.php Wrap the code displaying the rows:


    HTML:
    <div style="width:400px;overflow:auto">
    ...the rest of your template here
    </div>

    replace the 400 with the width of the content area you want to show
Back
Top