• 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: How do we avoid clicking "Navigation" to show menu

How do we avoid clicking "Navigation" to show menu 8 years 10 months ago #31249

Hi,
I just installed RSFiles! to a website I'm working on, and noticed that you have to click on "Navigation" in order for the menu to appear.
How do we make the menu always visible?
Or is it better to leave it this way for a better responsive site?

thanks
The administrator has disabled public write access.

How do we avoid clicking "Navigation" to show menu 8 years 10 months ago #31269

Well tried this and it shows the menu. Added to my custom.css:


.collapse {
display: block !important;
}


EDIT: Too quick to run to conclusions...this actually ruined the main menu in mobile media
Last Edit: 8 years 10 months ago by morphcollective.
The administrator has disabled public write access.

How do we avoid clicking "Navigation" to show menu 8 years 10 months ago #31270

changed to this:

@media (min-width: 1140px) {
.collapse {
display: block !important;
}
}


It works now... but is this the right way to go about it?
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!