Hi,
I've got a little issue I just can't figure out.
I'd like the category tree nav to show-up on all devices.
When the responsiveness kicks in, the category tree nav disappears and I can't find the code that is telling it to do so.
Here is an example page: http://www.kalamazooflag.com/mm5/mer...ode=Historical
Actually in the inspector for Chrome I find that this code is telling it to hide:
<div class="column-left column hide large-show large-one-fourth large-pull-three-fourths x-large-one-fifth x-large-pull-four-fifths nlp">
I can make it not disappear by replacing "hide" with "show."
I'm just not sure where this is being determined in the file structure or if I can access it through the backend to make the change there.
Any help is appreciated.
I've got a little issue I just can't figure out.
I'd like the category tree nav to show-up on all devices.
When the responsiveness kicks in, the category tree nav disappears and I can't find the code that is telling it to do so.
Here is an example page: http://www.kalamazooflag.com/mm5/mer...ode=Historical
Actually in the inspector for Chrome I find that this code is telling it to hide:
<div class="column-left column hide large-show large-one-fourth large-pull-three-fourths x-large-one-fifth x-large-pull-four-fifths nlp">
I can make it not disappear by replacing "hide" with "show."
I'm just not sure where this is being determined in the file structure or if I can access it through the backend to make the change there.
Any help is appreciated.
Comment