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.

menu responsiveness for tablett

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

the menu superfish become a select menu when resizing BUT for same tablett the screen is to big to enable the change...and superfish doen't work.

How can I make this change on tablett, or where to find the script that controls the screen width for the menu to become a select menu.
  • boillat's Avatar
  • boillat
  • 6 Month Developer
  • 5 posts
  • Karma: 0
The administrator has disabled public write access.
Just to clarify; you want a select menu on tablets?

This could be problematic as there are laptops, netwbooks and even desktop screens that fall into the same viewport range.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
I agree with Seth but In the Corporate template we made the select menu drop in earlier than on other templates. If you look at the media queries.css file:
/* Togglemenu */
	#togglemenu {display: block;position: relative;z-index: 90}

if you add that to the correct block e.g. in the corporate template it is added to:

@media only screen and (max-width: 790px) {

So that will turn the toggle menu on at screen widths less than 790px.

Hope that helps.

Anthony
  • 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