carnet85 Posted May 4, 2015 Share Posted May 4, 2015 Bonjour, Mon footer est actuellement en colonne au lieu d'être disposé en ligne ce qui serait beaucoup plus esthétique, j'ai regardé de nombreux fichiers et modules mais impossible de modifier ce problème quelqu'un saurait comment faire ? Voici mon problème en image : Merci d'avance pour votre aide. Link to comment Share on other sites More sharing options...
Marvin Lamart Posted May 4, 2015 Share Posted May 4, 2015 Bonjour, Je pense qu'un petit: display: inline-block; margin-right: 20px; Sur les <li> de ton menu serait suffisant. Si tu ne vois pas quel fichier modifié pour rajouter ces propriétés css, communique nous un lien vers ton site, et nous regarderons Link to comment Share on other sites More sharing options...
carnet85 Posted May 4, 2015 Author Share Posted May 4, 2015 Bonjour, merci beaucoup pour ta réponse ! En effet je ne vois pas quel fichier modifier voici le lien vers mon site http://www.carnet-deco.com/ A noter que pour le footer j'ai utilisé le module bloc CMS Link to comment Share on other sites More sharing options...
Marvin Lamart Posted May 4, 2015 Share Posted May 4, 2015 (edited) Alors il va falloir aller dans: themes/nom_de_votre_theme/modules/blockcms/blockcms.tpl A la ligner n°69 il faudra remplacer: <section class="footer-block col-xs-12 col-sm-2" id="block_various_links_footer"> Par <section class="footer-block col-xs-12" id="block_various_links_footer"> Nous enlevons donc la classe "col-sm-2", qui fait en sorte que vos liens soient en colonnes. Et ensuite il va falloir modifier le fichier: themes/nom_de_votre_theme/css/global.css Et ajouter à la fin de ce fichier: .footer-container #footer ul li { display: inline-block; margin-right: 20px; } Si vous voulez que vos liens soient alignés à gauche. Ou alors: .footer-container #footer ul { text-align: center; } .footer-container #footer ul li { display: inline-block; margin: 0 20px; } Si vous voulez que vos liens soient centrés. Une fois fait, vos liens devrais être aligné Edited May 4, 2015 by Marvin Lamart (see edit history) Link to comment Share on other sites More sharing options...
carnet85 Posted May 6, 2015 Author Share Posted May 6, 2015 Bonjour, je vous remercie pour votre aide, j'ai fait toutes les modifications malheureusement mes liens sont bien centrés mais toujours en colonnes au lieu d'être alignés et prendre toute la largeur de la page... Link to comment Share on other sites More sharing options...
Marvin Lamart Posted May 6, 2015 Share Posted May 6, 2015 (edited) Bonjour, la class "col-sm-2" est toujours présente dans votre fichier themes/nom_de_votre_theme/modules/blockcms/blockcms.tpl Edited May 6, 2015 by Marvin Lamart (see edit history) Link to comment Share on other sites More sharing options...
carnet85 Posted May 6, 2015 Author Share Posted May 6, 2015 En fait je l'ai remise par la suite comme il n'y avait pas de changement mais je l'avais bien supprimé et il n'y avait aucun changement au niveau de la disposition des éléments Link to comment Share on other sites More sharing options...
Marvin Lamart Posted May 6, 2015 Share Posted May 6, 2015 (edited) Dans votre backoffice, dans les préférences, dans l'onglet "Performance", aviez-vous choisi pour l'option "Compilation des templates": "Forcer la compilation à chaque appel" ou "Recompiler les fichiers de templates s'ils ont été mis à jour", et votre cache était-il bien désactivé ? Edited May 6, 2015 by Marvin Lamart (see edit history) 1 Link to comment Share on other sites More sharing options...
carnet85 Posted May 7, 2015 Author Share Posted May 7, 2015 ça y est ça marche merci ! Est-ce que vous sauriez simplement comment centrer également l'inscription juste au-dessous : "Tout droits réservés © Carnet déco - Ce site est enregistré à la CNIL " ? Link to comment Share on other sites More sharing options...
carnet85 Posted May 7, 2015 Author Share Posted May 7, 2015 Finalement avec une simple balise center tout fonctionne, merci encore pour votre aide. Link to comment Share on other sites More sharing options...
Marvin Lamart Posted May 7, 2015 Share Posted May 7, 2015 Super ! Bon courage pour la suite Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now