change horizontal drop down menu to vertical drop down menu
  • lukehaydellukehaydel
    December 2011
    ProgressionStudios,

    First off, great theme! Love its versatility and simplicity.

    Is there anyway to change the menu from being a Horizontal drop down to a vertical drop down?

    I'm assuming making these changes will not cause any conflicts in the JS that would interfere with the anything slider...

    Any help would be much appreciated!
  • mikemike
    December 2011
    Yeah, no javascript or conflicts. We added this solution to the WordPress version and I tested it to ensure it works.

    1) Download this css stylesheet:
    http://progressionstudios.com/adora/css/navigation-vertical.css

    2) Add the new stylesheet to your style.cssfile.
    @import url(css/reset.css);
    @import url(css/standard.css);
    @import url(css/navigation.css);
    @import url(css/fancybox.css);
    @import url(css/nivo-slider.css);


    Changes to:
    @import url(css/reset.css);
    @import url(css/standard.css);
    @import url(css/navigation.css);
    @import url(css/fancybox.css);
    @import url(css/nivo-slider.css);
    @import url(css/navigation-vertical.css);


    That's all you have to do :-)