I am using the megajux menu on one of my joomla website projects. I have changed quiet a bit in the appearance but it still needs a bit more of adjustment.
I just cannot find out, where to change the second and third level of the menu. The submenu takes too much space and I would like to make the distance to the main menu smaller (line height? margin? padding?)... and less away from the third level menu...
For both issues, I simply cannot find, where to adjust the css... firebug does not give a hint where to do the changements. Do you have an idea?
Dear emarae.
You can go to ....modules/mod_jux_megamenu/assets/css/style.css and change css that you want.
But if you want to change such as padding, margin.. for level 2, level 3... you have to write class for them
Because in style.css don't have class private for ever level
If you want change padding, margin.. you can paint for me. I will help you.
Hi Emarae.
I'm sorry. what do you want? You can draw it for me? I will do for you.
Example: how do you want the submenu, that have padding, margin..?
Thanks you
Hi emarae.
I fixed it for you. I did the below:
1.gap between partner& Team & about
Go to advanced tab of module. I add line code:
li.megacss.first.haschild.submenu-align-auto {
margin-bottom: -12px!important;
}
2. The text on 1line:
Go me menu item/Team/Submenu column width
I set colw1=300
3. gap bettween 2rd & 3rd
Go to ..modules/mod_jux_megamenu/assets/css/style.css line 544
edit from left: 30px; to left: -45px;
Please check your site and feedback to me again.
thank you very much for the adjustment - it looks they way I exactly wanted! Great!
However there are two things which bother me still:
First: The vertical distance on the menu for SEVICES to the 2nd level (Advisory, Transaction, Solutions) did not automatically change with your work. How can I do this? And how, if we add further 2nd/3rd level menus.... can it adjust automatically?
Second: The font size of the 3rd level menu (Georg Oberdick, Wei Grueber-Wang) is bigger than the one of the second level.... where can I change this? I only see, the font sizes are 1em throuout... but it is not the same size... hmmm
This is all really complicated, but I am very positive that the menu is almost perfect!
Hi emarae.
Thanks your feedback to me again.
I fixed it for you.
Please check it and feedback to me again,
I did the below:
1. The gap for submenu:
Go to modules/mod_jux_megamenu/assets/css/style.css and line 402 add line code the below:
margin-bottom: -12px;
Go to
2. The font-size:
Go to modules/mod_jux_megamenu/assets/css/style.css and line 119 edit font-size from 1.1em to 1em
Go to modules/mod_jux_megamenu/assets/css/style/blackwhite.css and comment line 72
/*font-size: 1em;*/