- Posts: 185
- Thank you received: 0
logorow / mp topmenu
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
10 years 8 months ago #40393
by dh12355@gmx.de
logorow / mp topmenu was created by dh12355@gmx.de
i use Joomla 3.3.1 and IceMegaMenu as Topmenu.
i have set a height of 40px in the css of icemegamenu.
But the logorow / mp topmenu displayes more than 40px. how can i change this?
Please look at 123.findergruppe.de
i have set a height of 40px in the css of icemegamenu.
But the logorow / mp topmenu displayes more than 40px. how can i change this?
Please look at 123.findergruppe.de
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #40395
by ivan.milic
Replied by ivan.milic on topic logorow / mp topmenu
In layout.css:
.logorow {
-webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.33);
-moz-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.33);
box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.33);
padding: 5px 0;
position: fixed;
width: 100%;
background: none;
z-index: 2;
}
change:
padding: 5px 0;
to:
padding: 0;
.logorow {
-webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.33);
-moz-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.33);
box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.33);
padding: 5px 0;
position: fixed;
width: 100%;
background: none;
z-index: 2;
}
change:
padding: 5px 0;
to:
padding: 0;
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago #40396
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic logorow / mp topmenu
you mean template_css.css not layout.css right?
I habe change it.
Now the distance between menu and the row above is o.k. but the hight of the menurow is the same ( see screen )
I habe change it.
Now the distance between menu and the row above is o.k. but the hight of the menurow is the same ( see screen )
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #40402
by ivan.milic
Replied by ivan.milic on topic logorow / mp topmenu
You have this in icemenu sources:
modules/mod_icemegamenu/themes/default/css/default_icemegamenu.css
@media (min-width: 980px) {
.icemegamenu > ul{
height:50px!important;}
}
modules/mod_icemegamenu/themes/default/css/default_icemegamenu.css
@media (min-width: 980px) {
.icemegamenu > ul{
height:50px!important;}
}
The following user(s) said Thank You: dh12355@gmx.de
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago #40423
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic logorow / mp topmenu
Thanks a lot!
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago #40659
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic logorow / mp topmenu
i have change the menu modul because the ice mega menu dont works right.
I use now the dj-mega menu.
I have only one problem. The support of the mega menu told me, that the wight of displaying the menu menu on smartphone is limited by the template css.
I dont find where i can change it. Please have a look at the screen. the menu displayed a litle bit to small.
You find it under: www.massivbauzentrum.de/
I use now the dj-mega menu.
I have only one problem. The support of the mega menu told me, that the wight of displaying the menu menu on smartphone is limited by the template css.
I dont find where i can change it. Please have a look at the screen. the menu displayed a litle bit to small.
You find it under: www.massivbauzentrum.de/
Please Log in to join the conversation.
Time to create page: 0.110 seconds