Customer mobile menu?

Discussion in 'General InkThemes Discussion and Feedback' started by miket, Jun 24, 2013.

  1. miket

    miket New Member

    Joined:
    Mar 15, 2012
    Messages:
    3
    Likes Received:
    0
    I put this question in another thread but might be lost there.

    I am looking to have a specific menu for the mobile site - is this possible? The reason is that with the standard menu (using Colorway) I have a lot of menu and submenu items. On mobile this gives a really long list of items. I'd like the mobile menu to just list the top two levels. I know how to creat a custom menu. How do I get this to come up when viewed on mobile? Many thanks.

    Edit: Meant "custom" not "customer"
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #mobile_menu {
    overflow-y: scroll;
    height: 200px;
    }
     
  3. miket

    miket New Member

    Joined:
    Mar 15, 2012
    Messages:
    3
    Likes Received:
    0
    Thank you for your quick reply Gourav. I will give it a try.
     

Share This Page