Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

XERO: navwrap on mobile view

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi Bamboo's

here's a new project, in which I can't get rid of the EMPTY navbar in mobile view:


screen-nannyvision-navwrap.jpg



@media (min-width: 220px) and (max-width: 760px) {
#breadcrump, #navwrap, #topwrap, #top4 ul a{
display: none;
color: #3a87ad;
margin:0px 20px 0px 0px;

}
}

removes the bar, but also the mobile menu....

can you give me a hint?

best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
úups, here's the link

nanny.vision

best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Sebbie,

A fix for this is coming out tomorrow.
For now adding this will work:

@media screen and(max-width:787px) {
#menu {min-height:0}
}

Where 787px is your nav collapse value.

I meant to get this update out last week but because of the late release of Zentools2 it was delayed.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers