Support

Account

Home Forums Add-ons Repeater Field Need to show two Sub Fields on each div Reply To: Need to show two Sub Fields on each div

  • Not a problem! In fact, I want to show all of them but in this way:

    <div class="row">
      <div class="medium-6 columns">
        ...
      </div>
      <div class="medium-6 columns">
        ...
      </div>
    </div>
    <div class="row">
      <div class="medium-6 columns">
        ...
      </div>
      <div class="medium-6 columns">
        ...
      </div>
    </div>
    <div class="row">
      <div class="medium-6 columns">
        ...
      </div>
      <div class="medium-6 columns">
        ...
      </div>
    </div>
    etc.....

    I’m using the Zurb Foundation framework. Throwing all of them in just one <div class="row"> is not a good practice because if a div is higher than the other can break the layout. Thanks and sorry for the misunderstanding, didn’t explain in detail.