0
Welcome Guest! Login
0 items Join Now

Same Vertical Sizing for Gantry Block Classes

  • Same Vertical Sizing for Gantry Block Classes

    Posted 8 years 6 months ago
    • Please use this page for reference to my question:

      www.wovvwebsites.com/RT-box

      I've built 3 content sections and used this code to make sure each block has the same width:

      <div class="gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer">
      TEXT
      </div>
      </div>

      Is there a similar code I can use to ensure each block has the same height?
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22278
    • Thanks: 3225
    • messin' with stuff

    Re: Same Vertical Sizing for Gantry Block Classes

    Posted 8 years 6 months ago
    • you would have to set static min-height's at every breakpoint

      like

      .gantry-width-block {
      min-height: 300px;
      }

      wrapped inside the various media queries documented here: www.rockettheme.com/blog/team/57-respons...gn-rockettheme-part2
    • 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:

Time to create page: 0.092 seconds