Skip to content

Option to remove header banner bottom margim #648

Closed Answered by razonyang
LITUATUI asked this question in Q&A
Discussion options

You must be logged in to vote

It's not an universal case, so it won't happen in this module, but there is a custom solution, to do this, put the following custom SCSS into your site.

[data-bs-theme="dark"] {
  [data-layout="landing"] {
    .hb-header,
    .hb-main {
      margin-bottom: 0 !important;
    }
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LITUATUI
Comment options

Answer selected by LITUATUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants