Developer forum

Forum » Rapido » Mobile navigation

Mobile navigation

Gerard Kocks
Gerard Kocks
Reply

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

IMG_7287.PNG

Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

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

 
Gerard Kocks
Gerard Kocks
Reply

Thanks Karsten, we will change it in CSS.

BR. Gerard

 

You must be logged in to post in the forum