|
Mynxx Template - 2 column listing problem |
If you are using the RocketTheme Mynxx template and see this:

The fix was found in the forums (about 1 hour of hunting). Here is the fix.
If I remember right you have to comment out some statements from /templates/rt_minxx_j15/html/com_content/category/blog.php. Namely, rows 58 and 60 (span statements).
So, 58-, 59- and 60-th rows should be:
58: <!-- <span class="article_separator"> </span> -->
59: <?php endfor; ?>
60: <!--
<span class="row_separator<?php echo
$this->params->get('pageclass_sfx');
?>"> </span> -->
This resulted in this change:
|