Hi, I got a complaint from my client for the following behavior in the Metronic template (Attached). They use tablets of width ~640.
This snapshot is taken from the online demo that you offer: <a class="postlink" href="http://test4-27490.demo.aspnetzero.com/Application#!/tenant/dashboard">http://test4-27490.demo.aspnetzero.com/ ... /dashboard</a> Username/Password: admin/123456
9 Answer(s)
-
0
created an issue: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/184">https://github.com/aspnetzero/aspnet-ze ... issues/184</a>
-
0
Thanks Hilal. Once the fix is there, is it possible to just take the fix and apply it to my existing download?
-
0
Hı Bilal,
Since you are using angularjs version , can you create an issue here as well <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero">https://github.com/aspnetzero/aspnet-zero</a>. Probably you can get only this fix to your project.
-
0
Thanks buddy :-)
Here you go: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/481">https://github.com/aspnetzero/aspnet-zero/issues/481</a>
-
0
<cite>drcgreece: </cite> Hi, I got a complaint from my client for the following behavior in the Metronic template (Attached). They use tablets of width ~640.
This snapshot is taken from the online demo that you offer: <a class="postlink" href="http://test4-27490.demo.aspnetzero.com/Application#!/tenant/dashboard">http://test4-27490.demo.aspnetzero.com/ ... /dashboard</a> Username/Password: admin/123456
Can we do something about it?
Hi Bilal,
May I know what tool did you use to capture the screen that ruler bars?
Thanks. /Tommy
-
0
Hello, I open F12 in Chrome, then choose "Responsive" so that I decide on the width of the screen I want, then I open Snipping Tool that comes with Windows for free. That's all :)
-
0
One possible solution is this:
@media (max-width: 767px) { .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu { margin-right: -60px; } .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu:before { margin-right: 60px; } }
-
0
Thanks @drcgreece :)
-
0
Welcome :)