Style in maximenu
1 year 6 months ago - 1 year 6 months ago #68248
by ernst
Style in maximenu was created by ernst
he has maximum in styles
div#maximenuck111 div.maximenuck_mod ul {
display: block;
}
That is, if a module that uses ul is loaded there, this style will spoil the whole thing.
It would be enough to give
div#maximenuck111 div.maximenuck_mod > ul {
display: block;
}
to the source.
I don't know how else to get around this error
PS I edited it in /modules/mod_maximenuck/themes/default/css/maximenuck.php but it's not upgrade resistant
div#maximenuck111 div.maximenuck_mod ul {
display: block;
}
That is, if a module that uses ul is loaded there, this style will spoil the whole thing.
It would be enough to give
div#maximenuck111 div.maximenuck_mod > ul {
display: block;
}
to the source.
I don't know how else to get around this error
PS I edited it in /modules/mod_maximenuck/themes/default/css/maximenuck.php but it's not upgrade resistant
Last edit: 1 year 6 months ago by ernst.
Please Log in or Create an account to join the conversation.
1 year 6 months ago #68254
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Style in maximenu
Hi
if you want to change the theme , you can create yours by using this method
www.joomlack.fr/en/documentation/maximen...to-customize-a-theme
else you can use the custom css area from the styles to add your own rules and override the existing
I understand your request, but every site/menu is different and changing what you ask would break other things for other users ...
CEd
if you want to change the theme , you can create yours by using this method
www.joomlack.fr/en/documentation/maximen...to-customize-a-theme
else you can use the custom css area from the styles to add your own rules and override the existing
I understand your request, but every site/menu is different and changing what you ask would break other things for other users ...
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: ernst
Please Log in or Create an account to join the conversation.
1 year 6 months ago #68287
by ernst
Replied by ernst on topic Style in maximenu
Unfortunately, it cannot be done using css, js is written into it.
ok i will make my own style
ok i will make my own style
Please Log in or Create an account to join the conversation.
Time to create page: 0.226 seconds