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.
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.
Yes, you can hide it via below CSS
.mobile-view {
.b-header {
display:none;
}
.ember-application .d-header {
margin-top: 0;
}
}
Thank you so much. Easy and fast solution.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.