Jump to content

Centrer mon menu resta 1.6


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...