We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5a9aa commit 165f176Copy full SHA for 165f176
components/com_content/tmpl/category/blog.php
@@ -129,7 +129,7 @@
129
<?php if (($this->params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
130
<div class="com-content-category-blog__navigation w-100">
131
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
132
- <p class="com-content-category-blog__counter counter float-end pt-3 pe-2">
+ <p class="com-content-category-blog__counter counter float-md-end pt-3 pe-2">
133
<?php echo $this->pagination->getPagesCounter(); ?>
134
</p>
135
<?php endif; ?>
0 commit comments