Make class container-fluid on nav filterable in lib/nav.php
@atcraigwatson is doing some awesome work with the customizer and changing some of the nav options.
Typically, my use-case for this theme is a starting point for a fully styled theme. In these cases, there is one prescribed nav to be used as part of the theme and adding customizer options doesn't seem like a good fit for my clients. However, I see a lot of value in this for those who want to have this flexibility (including myself on my own sites). To that end, I'd love to introduce these customizer fields via a plugin and the plugin can then take advantage of the Bootstrap Genesis filter(s) to apply the changes.
Make class
container-fluidon nav filterable inlib/nav.php@atcraigwatson is doing some awesome work with the customizer and changing some of the nav options.
Typically, my use-case for this theme is a starting point for a fully styled theme. In these cases, there is one prescribed nav to be used as part of the theme and adding customizer options doesn't seem like a good fit for my clients. However, I see a lot of value in this for those who want to have this flexibility (including myself on my own sites). To that end, I'd love to introduce these customizer fields via a plugin and the plugin can then take advantage of the Bootstrap Genesis filter(s) to apply the changes.