Hi hmoerlie,
1.
<blockquote>change the year 2012 or 2012 in text lines</blockquote>
Could you make it clear of changing to text line?
It’s controlled in this file: templatesja_lenshtmlcom_k2ja_lenscategory_item.php
You can see code:
<div class="inner item-inner clearfix">
<h2><?php echo $timeline; ?></h2>
<p><?php echo $this->yearCounts[$this->currTimeline]; echo ' item' . ($this->yearCounts[$this->currTimeline] > 1 ? 's' : '') ; ?></p>
</div>
You can make your changes here.
2. Do you mean like this? http://easycaptures.com/fs/uploaded/571/7871782324.png
if so, you can add a small padding for each item by going to: templates/ja_lens/css/layout.css file
At approx line 75:
body.layout-l .masonry .item {
overflow: hidden;
padding: 3px; <<<add this line and change to your desired value
}
Hope this helps.