forked from brooksbingham/theme-elegance
refactor: add top margin to the pagination
parent
372a7544c0
commit
46491a333c
|
@ -22,7 +22,7 @@
|
|||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<nav class="pagination flex justify-between">
|
||||
<nav class="pagination flex justify-between mt-16">
|
||||
<div class="flex">
|
||||
{block name='pagination_summary'}
|
||||
{l s='Showing %from%-%to% of %total% item(s)' d='Shop.Theme.Catalog' sprintf=['%from%' => $pagination.items_shown_from ,'%to%' => $pagination.items_shown_to, '%total%' => $pagination.total_items]}
|
||||
|
|
Loading…
Reference in New Issue