-
While creating a website project, I noted that the If I use page-footer: |
<div>abc</div> I don't get anything in the footer: <footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
</div>
<div class="nav-footer-center"></div>
<div class="nav-footer-right">
</div>
</div>
</footer> Only when I use <div class="nav-footer-center"><span>abc</span></div> Why is this so? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jul 26, 2023
Replies: 1 comment 4 replies
-
Not sure why, but if you add something after the div (like text or something else), it shows. page-footer: |
<div>abc</div>
Content |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Completely related to:
CC. @cscheid