How to make a menu display horizontal instead of vertical.

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Oct 11, 2013 4:23 pm
I'm trying to insert a menu widget into the search widget area of the theme so as to display a horizontal menu block of items across the image slider on tablets. tables and smartphones by default place the main menu into drop down icon placed at the upper right of the page. this is not very obvious to many users, so I would like to make the menu show as a horizontal block across the image slider of a tablet just like on the desktop version. can anyone help me with this?? either tell me how to disable the drop down icon for tablets or some other way of displaying a horizontal menu. i tried so menu plugins but most of of them display the items vertically which is no good for me. any clues??
User avatar
Gold Boarder

GK User
Mon Oct 14, 2013 7:33 am
In my opinion, it's not a good solution, but you can use the same menu on desktops and tablets. Remove this code from tablet.css file
Code: Select all
#main-menu {
display: none;
}


and add this
Code: Select all
#main-menu-mobile {
    display: none;
}
User avatar
Moderator


cron