• Resolved tumblegamer

    (@tumblegamer)


    How could i edit the code of the customizr theme to turn the side navigation or vertical navigation bar into a widget area and keep the effect where if your on mobile the main navigation bar goes inside the side nav too

Viewing 1 replies (of 1 total)
  • So basically you want,
    1) a widget area in the side nav instead of a menu
    2) in mobiles still have the secondary menu inside the side nav.

    You can use a trick.
    Set the main (the one that will populate the side nav) + secondary menu, and chose the options to display the secondary menu in the sidenav when in small devices.

    Then add something like the following in your child-theme functions.php:
    https://gist.github.com/eri-trabiccolo/0bfe446aeb305efb0415

    Populate the widget area, and adjust with some CSS.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Side Nav’ is closed to new replies.