• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RS Vario Breadcrumbs

RS Vario Breadcrumbs 7 years 2 months ago #36472

  • snarf007
  • snarf007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Does anybody knows it's posible to disable displaying modules on tabled and mobile?
The administrator has disabled public write access.

RS Vario Breadcrumbs 7 years 2 months ago #36476

Hello,

You can do this by creating a custom css for RSVario!. Read more about this here:
www.rsjoomla.com/support/documentation/r...the-source-code.html

Then you will need to add in your custom.css this code:

@media (max-width: 768px) {
.rstpl-breadcrumbs-position {display:none!important;}
}
The administrator has disabled public write access.
The following user(s) said Thank You: snarf007

RS Vario Breadcrumbs 7 years 2 months ago #36477

  • snarf007
  • snarf007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thanks, worked great!
Only one small adjustment for RS Vario: max-with:979px

@media (max-width: 979px) {
.rstpl-breadcrumbs-position {display:none!important;}
}
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!