How to wrap pagination in a div
-
The theme I am using has wrapped the pagination in a div
<div class=”toolbar tb-bottom”>
<nav class=”woocommerce-pagination”>…</nav>
</div>The plugins only adds the nav portion. How can I add the missing html to fit my theme?
- The topic ‘How to wrap pagination in a div’ is closed to new replies.