Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uneven height - problem with column
#6
Might work but the problem is that I use this in combination with the news manager addon. So I use the funtion

Code:
nm_custom_display_recent('
     <div class="four columns">
          <div class="post_image"><img class="scale-with-grid" src="{{ post_image_url }}" /></div>
          <h1 class="title"><a href="{{ post_link }}">{{ post_title }}</a></h1>
          <h2 class="post_date">Gepost op: {{ post_date }}</h2>
          <span>{{ post_excerpt }}</span>
          <h3 class="read_more"><a href="{{ post_link }}">Lees meer</a></h3>
     </div>
');

No possibility to add the row class I guess.
Reply


Messages In This Thread
RE: Uneven height - problem with column - by ZackWhite - 2014-02-01, 05:52:13



Users browsing this thread: 1 Guest(s)