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 sidebar2 in mobile version

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

In the mobile version I want to hide the sidebar2. In the template settings it is possible to hide some of the modules but not this one. Is there a possibility, to hide sidebar2 in the mobile version? Are there any settings for this?

cheers.
  • Stefan Waldhauser's Avatar
  • Stefan Waldhauser
  • 6 Month Developer
  • 28 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

No unfortunately not

You would need to add something like this

@media (max-width: 767px) {
.row-fluid .sidebar-2[class*="span"] {display: none;}
}

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And altering the max width value as required for the mobile width

You would add this to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Stefan Waldhauser
Thanks alot, this was really helpful.
  • Stefan Waldhauser's Avatar
  • Stefan Waldhauser
  • 6 Month Developer
  • 28 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • 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