Question

I just followed this:

http://bootply.com/109746#

But I want to add affix to the sidebar for staying on place while scrolling on smartphone. I don't want the affix on big devices.

Était-ce utile?

La solution

Add in position: fixed;top: 48px; in .nav ul tag but it must be add where mobile detect.

DEMO bootply re-size window and check.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top