The easiest would be to go open the article.liquid under Templates in your Theme HTML/CSS Editor find the line:
<article class="grid__item post-large--four-fifths" itemscope itemtype="http://schema.org/Article">
and remove the post-large--four-fifths to make it:
<article class="grid__item" itemscope itemtype="http://schema.org/Article">
This will move the sidebar to the bottom of the page.
If you want to completely eliminate it, remove the following code at the bottom of the article.liquid
<aside class="sidebar grid__item post-large--one-fifth">
{% include 'blog-sidebar' %}
</aside>
User | Count |
---|---|
442 | |
203 | |
103 | |
97 | |
90 |