bulma-clean-theme icon indicating copy to clipboard operation
bulma-clean-theme copied to clipboard

Footer white line appears when using callouts with "style: is-dark" and no content

Open nadarbreicq opened this issue 4 months ago • 0 comments

Hi!

I'm encountering a small issue with the is-dark callouts. Sometimes, I hide the footer on pages with callouts, but when I use the "style: is-dark" option, I end up with a white line at the bottom due to an empty content section.

image

Occasionally, I prefer to have no content on this first page or, at the very least, to avoid a white background. To address this on my side, I’ve added a hide_content: true option and modified the default.html layout with the following:

{% unless page.hide_content %} <section class="section"> <div class="container"> [...]

Is there another way to handle this? Or, would it be possible to consider adding this change? Additionally, could there be an option like style: is-dark for footer_navigation?

Thanks for your help!

nadarbreicq avatar Oct 15 '24 12:10 nadarbreicq