Issue #3513πŸ’¬ AnsweredOpened Jun 3, 2021by sizhousama0 reactions

How to make a custom block always be at the bottom of the page

Quick answerby YyueeiWY

u need display flex for ur case align every block at end, use ( align-content: flex-end; ) in body or parents element <pre> &lt;body class="flex-container flex-end"&gt; &lt;div class="flex-item"&gt;1&lt;/div&gt &lt;div class="flex-item"&gt;2&lt;/div&gt &lt;div class="flex-item"&gt;3&lt;/div&gt &lt;div class="flex-item...

Read full answer below ↓

Question

How to make a custom block always be at the bottom of the page?

Answers (3)

YyueeiWYβ€’ Jun 6, 2021

u need display flex for ur case align every block at end, use ( align-content: flex-end; ) in body or parents element <pre> &lt;body class="flex-container flex-end"&gt; &lt;div class="flex-item"&gt;1&lt;/div&gt &lt;div class="flex-item"&gt;2&lt;/div&gt &lt;div class="flex-item"&gt;3&lt;/div&gt &lt;...

artfβ€’ Jun 21, 2021

Hi @sizhousama the easiest way probably could be some kind of CSS trick or you can define, by using custom components, a structure with fixed containers (eg. one for the header, for the body and the footer)

GJSBlockβ€’ May 17, 2026

Thanks for reporting this, @sizhousama. Great question about [QUESTION]:How to make a custom block always be at the bottom of the page. The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation for your specific module Look for the on() even...

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins β†’
Premium option

Premium plugins ship with support, regular updates, and production-ready features β€” save days of integration work.

Browse premium plugins β†’

Related tutorials

In-depth guides on the same topic.

All tutorials β†’

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.