• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Adding a horizontal scrollbar

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