Hi Guys!
The default Boonex Ads and even the one I purchased (Ultimate Classifieds Ads by Modzz) displays ads in list view. This eats a lot of spaces and not really efficient. Please help me turn it into grid view (4 columns each row). The code that needs to be adjusted is this:
<div class="bx-twig-unit modzzz_classified_unit bx-def-margin-top-auto">
<div class="bx-twig-unit-thumb-cont bx-def-margin-sec-right">
<a href="__classified_url__"><img class="bx-twig-unit-thumb bx-def-round-corners bx-def-shadow" src="__thumb_url__"></a>
</div>
<div class="bx-twig-unit-info">
<div class="bx-twig-unit-title bx-def-font-h2">
<span class="posttype">__classified_type__:</span> <a class="actions" href="__classified_url__">__classified_title__</a><bx_if:price> <bx_text:_modzzz_classified_for /> <b>__price__</b></bx_if:price>
<bx_if:payment_type> __payment_type__</bx_if:payment_type>
</div>
<div class="bx-twig-unit-title bx-def-font-h2">
<bx_if:why>
<div class="unit_why">
<span class="attribute-title"><bx_text:_modzzz_classified_why /> </span>
<img src="<bx_icon_url:start_quote_gray.gif />" />
__why__
<img src="<bx_icon_url:end_quote_gray.gif />" />
</div>
</bx_if:why>
</div>
<div class="bx-twig-unit-line bx-twig-unit-desc">__snippet_text__</div>
<div class="bx-twig-unit-line bx-twig-unit-special">
<!--__fans_count__ <bx_text:_modzzz_classified_fans />
__comments_count__ <bx_text:_comments />-->
</div>
<bx_if:full>
<div class="bx-twig-unit-line bx-twig-unit-rate">
</div>
<div class="bx-twig-unit-line bx-def-font-small bx-def-font-grayed">
__created__ <span class="bullet"><br /><bx_text:_From /> <a href="__author_url__" >__author__</a>
</div>
</bx_if:full>
</div>
</div>
Thanks for all the help!
Sam