Hi,
2 questions about the mobile navigation:
- The + does not allign that well, is there something I can do about this?
- Can I hide the 'English' button in mobile navigation?
Best regards
Gerard
Hi,
2 questions about the mobile navigation:
- The + does not allign that well, is there something I can do about this?
- Can I hide the 'English' button in mobile navigation?
Best regards
Gerard
Hi Gerard
That alignment seems really strange. A fix is to write this in the ignite css.
.menu-mobile__trigger {
top: 0;
}
Regarding the language selector, that is a bug we are going to solve in the next bug fix. To fix it now, in Master.cshtml locate this "@if (Model.Languages.Count > 0)" and change it to "@if (Model.Languages.Count > 1)"
Best regards
Karsten Thuen
Thanks Karsten, we will change it in CSS.
BR. Gerard
You must be logged in to post in the forum