Adding a horizontal scrollbar

  • Views Views: 10,213
  • 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