I am experiencing an issue with my web page layout. I have a DIV and an Aside element, inside the DIV there is a list with dynamic pagination. Everything seems to be functioning correctly, however on small devices, the Aside section is covering up the pagination buttons for pages 2 and 3 within the DIV.
<div class="container">
<div class="col-md-9 col-sm-9 col-xs-12">
....
</div>
<aside class="col-md-3 col-sm-3 aside-right">
....
</aside>
</div>