Different sizes to the columns GK MENU

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed May 16, 2012 11:30 am
hello, how I can make different sizes to the columns of my menu?

Example: (column 1: width = 200px, column 2: width = 150px ...)

¿?

regards ;)
User avatar
Fresh Boarder

teitbite
Fri May 18, 2012 7:07 pm
Hi

Please use GK Menu Extended Parameters plugin. With this You will be able to add a css class to menu item and with this class You will be able to specifie a width of submenu. Please set a different classes for parent mainmenu and show me Your site so I'll be able to tell You the css code.
User avatar
Moderator

GK User
Fri Jun 15, 2012 6:35 pm
Hello, you commented in more detail the problems I have with the template Music and especially with the menu;

1 - The link color when the mouse cursor leaves the link is the same color as the background, I tried to change but I can not make it stay white text and dark background.

Image

2 - I wonder how I can change the css of a particular link to change the alignment of the submenu and move slightly to the left.

Image

Any help will be welcome, thanks.
User avatar
Fresh Boarder

teitbite
Sat Jun 16, 2012 11:09 am
Hi

I've wrote a detailed post about that on the forum, so please try to search for it.

Basicaly it's about adding a css class using Menu Extended Params to menu item and styling it in css so it looks like You need it to be.

Please add some classes names, unique names and show me You're site I'll show You an example than.
User avatar
Moderator

GK User
Sun Jun 17, 2012 4:36 pm
Hello could you get a simple example of how I can change the width of the columns in a group? I need to know the steps. I searched the forum but between that do not speak English and I do not hear much I have not found anything clear ...

regards and thanks you :huh:
User avatar
Fresh Boarder

teitbite
Mon Jun 18, 2012 12:38 pm
Hi

No problem. As a first step please do as I requested in a post above. Please add a name of a class to "Additional class" field. It can be any name You can think of.
User avatar
Moderator

GK User
Thu Jun 21, 2012 11:37 am
Hi I have added a class called "menu_presupuestos"

Then I went to the css file "menu.css" and added the following;

Code: Select all
#menu_presupuestos {
   background: #cccccc;
}

#gkMainMenu {
   border: 1px solid #ebebeb;
   padding: 8px;

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   position: relative;
   z-index: 10000;
   margin-bottom:5px;
   
}



But I see no results, please, what am I doing wrong?


regards
User avatar
Fresh Boarder

teitbite
Thu Jun 21, 2012 6:25 pm
Hi

Adding a class was a first step. Now please show me Your site so I'll tell You what code to use. And please do not use menu.css file, there is an override.css file created for modifications. It's easier to update the template with modifications in a separated file.
User avatar
Moderator


cron