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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.