0
Welcome Guest! Login
0 items Join Now

SOLVED Question about building Responsoe Tables...

  • SOLVED Question about building Responsoe Tables...

    Posted 8 years 4 months ago
    • I'm trying to make a responsive table with Gantry 4 on the Sirocco template.

      I'm just editing the one in the tutorial, but I have one issue with formatting...
      <div class="gantry-width-container">

      This line sets the percentage of the width, but how do I set a common hight?
      I've tried a few things with gantry-hight-container but no luck. :/

      Didn't find anything in the Gantry documentation either.
      Any one know what I'm missing besides an education? :)
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22303
    • Thanks: 3229
    • messin' with stuff

    Re: SOLVED Question about building Responsoe Tables...

    Posted 8 years 4 months ago
    • Height is going to be determined by the amount of content within the cell... height occurs automatically based on your content... width is all that's constrained in order to create the responsive grid... setting a static height would generally be bad... if you want a "common" height or equal height across a row in the grid then you need to ensure your content is all equal... you can use CSS to set a min-height if you absolutely have to but generally I just recommend you use the exact same size of images and near exact same character counts in your text, to keep everything the same height.

      The *SECOND* code example here: www.rockettheme.com/docs/joomla/basic/cr...tom-responsive-grids

      ... that starts with the blue note...

      Templates produced after Vermilion use Flexbox...

      would be the correct code for Sirocco
    • Last Edit: 8 years 4 months ago by Matt.
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: SOLVED Question about building Responsoe Tables...

    Posted 8 years 4 months ago
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22303
    • Thanks: 3229
    • messin' with stuff

    Re: SOLVED Question about building Responsoe Tables...

    Posted 8 years 4 months ago
    • Do you still need help with this or can we mark it closed
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: SOLVED Question about building Responsoe Tables...

    Posted 8 years 4 months ago
    • I'm good! Tweaked the heck out of it :)

Time to create page: 0.048 seconds