Comment centrer mon menu maximenu ck
1 year 3 weeks ago #70018
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Comment centrer mon menu maximenu ck
merci pour ton retour d'info !
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 2 weeks ago #70104
by lotfay
Replied by lotfay on topic Comment centrer mon menu maximenu ck
Je t'en prie c'est normal, si ça peut aider d'autre amateurs de joomla. J'ai aussi ce code qui fonctionne sur tous les menus maximenuck pour ceux qui utilisent plusieurs languages comme moi, un code css plus simple:
.maximenuckh ul.maximenuck {
text-align: center !important;
}
Bien à vous.
.maximenuckh ul.maximenuck {
text-align: center !important;
}
Bien à vous.
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
10 months 3 days ago - 10 months 2 days ago #70902
by Alchi
Replied by Alchi on topic Comment centrer mon menu maximenu ck
Bonjour,
Je n'arrive pas à centrer le menu du haut sur mes diférentes pages.
j'utilise joomla 5, Le template est a4joomla-best et maximenu ck.
Voici le lien du site : www.claudereymond.com/index.php/contact
Merci par avance !
Je n'arrive pas à centrer le menu du haut sur mes diférentes pages.
j'utilise joomla 5, Le template est a4joomla-best et maximenu ck.
Voici le lien du site : www.claudereymond.com/index.php/contact
Merci par avance !
Last edit: 10 months 2 days ago by Alchi.
Please Log in or Create an account to join the conversation.
10 months 2 days ago #70903
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Comment centrer mon menu maximenu ck
salut
tu peux utiliser ce code css pour centrer le menu dans le template
CEd
tu peux utiliser ce code css pour centrer le menu dans le template
Code:
#topbarnav {
margin-left: auto !important;
margin-right: auto !important;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 2 days ago #70904
by Alchi
Replied by Alchi on topic Comment centrer mon menu maximenu ck
Merci pour ta réponse rapide.
Dand quel css faut-il l'ajouter et où ce trouve t'il ?
Dand quel css faut-il l'ajouter et où ce trouve t'il ?
Please Log in or Create an account to join the conversation.
10 months 2 days ago #70905
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Comment centrer mon menu maximenu ck
soit dans un fichier css perso de ton template, ou alors utiliser la zone css perso du style de maximenu
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds