Menu columns & rows

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Fri Apr 21, 2017 3:15 pm
Hi there, i need to configure a main menu with 4 columns and 2 rows and i don't know how to and if is posible.
I remember that i did it on Joomla in the past but is different in Wordpress
Menu ok on joomla
Image
Menu not ok on Wordpress
Image

Thanks in advance
Regards
User avatar
Junior Boarder

Joshua M
Sat Apr 22, 2017 3:54 pm
Hi,
It's not possible to add two rows, but you can use 4 column with one row and add custom css classe "custom-header" to i.e. your "ESPECTACULOS" menu item and other header items, then you have to add the following custom css code:
Code: Select all
.custom-header > a {
   color: #444!important;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0;
    text-transform: uppercase;
    margin-top: 20px
}

Here you can find the information about adding custom css classes to menu items:
https://demo.gavick.com/wordpress/game/ ... ge_id=1631
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.