0
Welcome Guest! Login
0 items Join Now

SOLVED Responsive or scrollbar for tables

  • SOLVED Responsive or scrollbar for tables

    Posted 5 years 8 months ago
    • Hi, I'm trying to make my table:

      100summits.com/articles/tools/list-the-h...ountains-in-colorado

      Responsive for mobile or at least add a scrollbar. It looks like this is handled by gantry css or something but my limited knowledge of how this all works is preventing me from making it work. Thanks for your help.

      I am using the Acronym template for Joomla.

      Matt
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Responsive or scrollbar for tables

    Posted 5 years 8 months ago
    • Use this code...
      #k2Container .itemFullText table {
        display: block;
        overflow: scroll;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • The following users have thanked you: Matt Payne

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Responsive or scrollbar for tables

    Posted 5 years 8 months ago
    • Thank you!

      I did it like you said and it works now - appreciate it!
    • Last Edit: 5 years 8 months ago by Matt Payne.

Time to create page: 0.056 seconds