Customization Questions
13 years 6 months ago #705
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Customization Questions
oui c'est surement parce que les css par défaut ne gèrent que 4 colonnes. Va voir dans le maxmenuH_CK.php vers la fin là où il ya les .cols4 et copies colles les lignes et mets les bons ratios de largeur

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- WonderAlex
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #769
by WonderAlex
Replied by WonderAlex on topic Re: Customization Questions
Frustration complet.
(voir photo attaché)
J'explique en anglais:
I want the width of the 3d level (under the arrow) to be wider than the level above.
Every time I try something - I break the menu. I dunno - I don't think I understand what I'm doing wrong. I'm no CSS master, but I know enough.
Where would I make the change in order to do that?
Merci,
WonderAlex
(voir photo attaché)
J'explique en anglais:
I want the width of the 3d level (under the arrow) to be wider than the level above.
Every time I try something - I break the menu. I dunno - I don't think I understand what I'm doing wrong. I'm no CSS master, but I know enough.
Where would I make the change in order to do that?
Merci,
WonderAlex
Attachments:
Last edit: 13 years 6 months ago by WonderAlex.
Please Log in or Create an account to join the conversation.
- WonderAlex
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #977
by WonderAlex
Replied by WonderAlex on topic Re: Customization Questions
Bonjour - je suis de retour.
MaxiMenu a tres bien marché. Mais - il me reste un problème que je n'arrive pas a résoudre. Deux techniquement.
J'ai un Titre "Manufacturing Process Management" qui est trop long et ce met sur deux lignes de texte. Mais l'alignement est croche:
Je tiens à le corriger soit par l'alignant correctement sur deux lignes, sans aucun espacement ou en augmentant la largeur de la colonne de niveau 2 (level2).
J'ai tout essayé pour obtenir que cela fonctionne, mais sans succès.
Je ne peux pas obtenir le CSS pour aligner le texte correctement et je ne peux pas comprendre comment mettre en place des largeurs de colonnes différentes entre les niveaux level1 et level2. Je n'ai pas suffisamment d'expérience pour le faire.
Quelqu'un peut m'expliquer comment faire?
Vistez le site (version française sera en ligne bientôt): www.brt-solutions.com
Merci,
WonderAlex
MaxiMenu a tres bien marché. Mais - il me reste un problème que je n'arrive pas a résoudre. Deux techniquement.
J'ai un Titre "Manufacturing Process Management" qui est trop long et ce met sur deux lignes de texte. Mais l'alignement est croche:
Attachment Screenshot2011-11-13at11.31.05PM.png not found
Je tiens à le corriger soit par l'alignant correctement sur deux lignes, sans aucun espacement ou en augmentant la largeur de la colonne de niveau 2 (level2).
J'ai tout essayé pour obtenir que cela fonctionne, mais sans succès.
Je ne peux pas obtenir le CSS pour aligner le texte correctement et je ne peux pas comprendre comment mettre en place des largeurs de colonnes différentes entre les niveaux level1 et level2. Je n'ai pas suffisamment d'expérience pour le faire.
Quelqu'un peut m'expliquer comment faire?
Vistez le site (version française sera en ligne bientôt): www.brt-solutions.com
Merci,
WonderAlex
Attachments:
Last edit: 13 years 5 months ago by WonderAlex.
Please Log in or Create an account to join the conversation.
13 years 5 months ago - 13 years 5 months ago #978
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Customization Questions
salut
normalement les infos que tu cherches sont dans la doc, ou alors le plus simple aurait été d'utiliser le plugin maximenu params pour gérer facilement les largeurs de colonnes
normalement les infos que tu cherches sont dans la doc, ou alors le plus simple aurait été d'utiliser le plugin maximenu params pour gérer facilement les largeurs de colonnes

Joomlack Webmaster and Developer
Last edit: 13 years 5 months ago by ced1870.
Please Log in or Create an account to join the conversation.
- WonderAlex
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
13 years 5 months ago #979
by WonderAlex
Replied by WonderAlex on topic Re: Customization Questions
Je continue en anglais - le francais m'echappe ce matin.
I know I purchased and downloaded both. They helped me a lot - but I can't understand how the columns work or how to edit them to what I need them to do.
I'm editing the CSS directly - the plugin wasn't helping me with the modifications I wanted to do, but if you say that it can help me with this issue I'll take a look.
Regards,
WonderAlex
I know I purchased and downloaded both. They helped me a lot - but I can't understand how the columns work or how to edit them to what I need them to do.
I'm editing the CSS directly - the plugin wasn't helping me with the modifications I wanted to do, but if you say that it can help me with this issue I'll take a look.
Regards,
WonderAlex
Please Log in or Create an account to join the conversation.
13 years 5 months ago - 13 years 5 months ago #980
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Customization Questions
ok, it's a shame that you did not construct your menu with the plugin because it would be easier to set the column width.
anyway you can add this in your css :
anyway you can add this in your css :
Code:
div#ck_mainmenu ul.maximenuCK li.item264 div.floatCK {
width : 250px;
background:#101d2e;
}
div#ck_mainmenu ul.maximenuCK li.item264 div.floatCK a {
width : 250px;
}
Joomlack Webmaster and Developer
Last edit: 13 years 5 months ago by ced1870.
Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds