The Stacked List template displays content with the featured image on the left and text on the right. The template is a built-in template and comes with your Axero site. To use the template:
Tip: For Content List widgets in narrower columns, use the Stacked List Small Image Template.
Below is the HTML of this template for your reference.
<div class="axero-widget {{CustomCSSClass}} {{#if HideContainerBorder}}axero-widget-no-border{{/if}}"> {{#if ShowWidgetHeader}} <div class="axero-widget-header"> <h3>{{{WidgetTitle}}}</h3> </div> {{/if}} <div class="axero-widget-content axero-widget-content-padded"> <ul class="thumbnails ax-magazine-one-stack"> {{#each Contents}} <li class="span12"> <div class="thumbnail"> <a href="{{ContentURL}}"><img src="{{ContentImageURL}}" alt="{{{Title}}}" /></a> <div class="hero-overlay"> <h4><a title="{{{Title}}}" href="{{ContentURL}}">{{{Title}}}</a></h4> <p class="meta small">{{DateCreatedString}}{{#if ../CommentsEnabled}} ⋅ <i class="icon-comment"></i> {{CommentCount}}{{/if}}</p> <p class="description-a">{{{Summary}}}</p> <div class="small nobold"> {{../Resources.GlobalByText}}: <a class="axero-user-card-link" data-user="{{{AuthorUserID}}}" href="{{AuthorUserProfileURL}}" title="{{{AuthorUserDisplayName}}}">{{{AuthorUserDisplayName}}}</a> </div> </div> </div> </li> {{/each}} </ul> </div> {{#if ShowWidgetFooter}} <div class="axero-widget-footer"> {{{FooterHTML}}} </div> {{/if}} </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/22691/stacked-list-template-content-list
Your session has expired. You are being logged out.