اخفاء رأس العلامة التجارية تمامًا على الأجهزة المحمولة

Hi there, an awesome component which makes a corporate forum so much better.
One question, can this be hidden completely on mobile browsers from css? The double burger menus seems confusing for some users.

Thank you.

إعجاب واحد (1)

Yes, you can hide it via below CSS

.mobile-view {
  .b-header {
    display:none;
  }
  .ember-application .d-header {
    margin-top: 0;
  }
}
7 إعجابات

Thank you so much. Easy and fast solution.

إعجاب واحد (1)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.