Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap in Joomla template, reduce font size on small screen Reply To: Bootstrap in Joomla template, reduce font size on small screen

#170841
elixir_pr
Participant

Alternatively (not recommended) is getting rid of the Less, and only work with CSS files, and move the declarations for .nav and .navbar-* from the 768px media-queries to the 992px media-queries.

I wanna try this. Can you please explain a little more. I looked into bootstrap.css but couldn’t understand much. How do I move .nav and .navbar-* from 768px media-queries to the other ones. I searched for media-queries in the files, there were a lot of them with different sizes.