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.

hide off-canvas switch in big screens

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

Hi
I added a main menu module in the off-canvas position.
I will to display this unly with small screen sizes.
I don't find the position in the layout / responsive template settings, like in others T3 templates.
I'm missing something, or this is not provided and I have to do it via css in custom.css?
Some hints?
Thank you!
  • Marco's Avatar
  • Marco
  • 6 Month Developer
  • 15 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Do you want to hide just the module or the module and the off canvas trigger?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The off canvas trigger (and so the module also is out of sight).

Thanks,
Marco
  • Marco's Avatar
  • Marco
  • 6 Month Developer
  • 15 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Marco,

To do both you would need to add css to hide the button using a media query

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
something like

@media (min-width:560px) {
.off-canvas-toggle {display:none;}
}

depending on what width you want it to stop displaying

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers