[opencms-dev] Navigation for mobile devices in OpenCms 9.5.x (Bootstrap)

Schliemann, Kai k.schliemann at forwerts.com
Tue Apr 21 11:05:40 CEST 2015


Hi Chris,
the answer depends mainly on your HTML / CSS layout.
Actually you should be able to define a CSS rule for the navbar for the different devices or resolutions.
But I assume, that you have already defined those so called media queries in your CSS files.
They usually start like this:
@media (max-width: 480px) {
...

Maybe you just have to find the correct media query and add (or bug fix) a behavior for your navbar.
HTH
Best regards
Kai

-----Ursprüngliche Nachricht-----
Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Christoph Kukulies
Gesendet: Dienstag, 21. April 2015 10:45
An: The OpenCms mailing list
Betreff: [opencms-dev] Navigation for mobile devices in OpenCms 9.5.x (Bootstrap)

In the last minute I discovered that my 9.5.1 based site doesn't show the navigation bar in narrower devices (like iPhone6) in portrait format.

I had thought the navbar would wrap around at narrower widths but actually it disappears.
Don't know why but it's difficult to redesign something from ground up now.

So I need a workaround. Anyone having an idea?

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de _______________________________________________
This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev






More information about the opencms-dev mailing list