Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Foundation 5 Prefix Gap Reply To: Foundation 5 Prefix Gap

#204122
Steven
Participant

Similarly, you could use row collapse instead of column no-padding-right. Like this:

<div class="row collapse">
  <div class="large-2 small-2 columns">
    <span class="prefix">http://</span>
  </div>
  <div class="large-10 small-10 columns">
    <input placeholder="Enter your URL..." type="text">
  </div>
</div>