ameliebecome Posted January 7, 2015 Share Posted January 7, 2015 Bonjour, Nouveau sur presta et faible connaissance en css, je bloque pour centrer mon menu. J'ai chercher sur le forum et je ne trouve rien qui puisse m'aider. Voici le lien de mon site --> http://s553281011.onlinehome.fr/prestashop/ Merci d'avance. Cordialement Link to comment Share on other sites More sharing options...
fred-vinapresta Posted January 7, 2015 Share Posted January 7, 2015 bonjour, Il faut modifier le fichier superfish-modified.css du module du menu. remplacer : . sf-menu { position: relative; padding: 0; width: 100%; border-bottom: 3px solid #e9e9e9; background: #f6f6f6; } @media (max-width: 767px) { .sf-menu { display: none; } } par: .sf-menu { text-align: center; position: relative; padding: 0; width: 100%; border-bottom: 3px solid #e9e9e9; background: #f6f6f6; } @media (max-width: 767px) { .sf-menu { display: none; } } et .sf-menu > li {float: left;border-right: 1px solid #d6d4d4;margin-bottom: -3px;} par .sf-menu > li {float: none;border-right: 1px solid #d6d4d4;margin-bottom: -3px;display: inline-block;} Link to comment Share on other sites More sharing options...
ameliebecome Posted January 9, 2015 Author Share Posted January 9, 2015 Merci @fred pour ta réponse. Cependant avec avoir ouvert mon fichier superfish-modified.css je ne retrouve pas ton identique a remplacer. Peut être me suis-je tromper de module? J'ai été chercher mon fichier dans: modules/blocktopmenu/css/superfish-modified.css voici mon css --> http://sendbox.fr/pro/1s92vutrq1rq/superfish-modified.css.html Merci 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