Hi,
You replace this code from /templates/ja_erio/css/template.css
.pagination ul li {
display: block;
float: left;
margin: 0;
padding: 0;
}
with
.pagination ul li {
display: block;
float: right;
margin: 0;
padding: 0;
}
You replace this code from templatesja_eriohtmlcom_contentcategoryblog_item.php
<span class="date"><?php echo $createDay; ?></span>
<span class="month"><?php echo $createMonth; ?></span>
<span class="year"><?php echo $createYear; ?></span>
with
<span class="year"><?php echo $createYear; ?></span>
<span class="month"><?php echo $createMonth; ?></span>
<span class="date"><?php echo $createDay; ?></span>
You delete all of files of /cache and /t3-assets directory.