The problem is that if the title of the category or article has 2 lines and other only 1 the pictures shows uneven and i want all pictures shows in the same line.
(http://mimabebes.es/images/ejemplo.jpg)
			
			
			
				Solved, I put in the botton the category title overwritting the file category.php
			
			
			
				you may post your code here, then I can add it to vm2.6.8
			
			
			
				Quote from: Milbo on July 27, 2014, 12:29:02 PM
you may post your code here, then I can add it to vm2.6.8
Only change the order in line 127 from categories.php
		    // Show Category ?>
		    <div class="category floatleft<?php echo $category_cellwidth . $show_vertical_separator ?>">
			    <div class="spacer">
				    <h2>
					    <a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>">
					    <?php echo $category->category_name ?>
					    <br />
					    <?php // if ($category->ids) {
						    echo $category->images[0]->displayMediaThumb("",false);
					    //} ?>
					    </a>
				    </h2>
			    </div>
		    </div>
	    <?php
	    $iCategory ++;Now shows like this:
Before:
(http://mimabebes.es/images/vm/before.jpg)
After:
(http://mimabebes.es/images/vm/after.jpg)