Announcement

Collapse
No announcement yet.

Show Category Tree on Pages On All Devices/Window Sizes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Show Category Tree on Pages On All Devices/Window Sizes

    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.


    #2
    Hello,

    You can find this under User Interface Settings > Global Footer. In here you will find this:
    <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">

    And replace it with
    <div class="column-left column large-show large-one-fourth large-pull-three-fourths x-large-one-fifth x-large-pull-four-fifths nlp">

    Once you remove the "hide", this should allow it to show up on Mobile. Please Let me know if you are still having issues with it displaying.

    Comment


      #3
      That's it! Thank you!

      Comment

      Working...
      X