Hi,
I’m creating a web page using JA Rasite, and the following code appears at the bottom of the the article-content area:
<br>
<div class="pagenavbar"></div>
<br>
It creates an extra white space under all my article pages, which are accessed via a content table, not page navigation.
How can I remove that piece of code, or at least the two br. I can’t use CSS as they’re on their own, not wrapped under a div or anything.
Here’s the full code:
<div class="article-content">
<!-- Here's all the content inside my article: text, photo and video -->
<br><div class="pagenavbar"></div><br>
</div>
Thanks!