Jump to content

[Résolu] Css "dans la même categorie"


Recommended Posts

Bonjour à tous
J'ai besoin de réinstaller le module "dans la même categorie", seulement j'ai un gros bug à l'affichage.
Au lieu d'être horizontalement et de pouvoir naviguer en survolant le flèches de droite et de gauche pour faire défiler les produits, tous mes produits sont en ligne verticalement se qui n'est déjà pas joli, pas pratique et rallonge ma page énormément.

Mon problème c'est que je n'arrive pas identifier où se situe dans mon Css la modification à apporter.

J'ai essayé de réinstaller le module, mais rien y fait, et je n'arrive pas en comparant avec le global.css de base.

Si vous avez une suggestion...

9443_ShiLhlzxww6XCZwUJoFR_t

Link to comment
Share on other sites

bon désolé à force d'essayer et comparer, je laisse la solution pour ceux qui ont besoin,
dans mon global.css il manquait :

/* category Products block */
#productscategory{
   margin:2em auto 0pt;
   height:120px;
   width:100%;
}

#productscategory_noscroll{
   margin:2em auto 0pt;
   height:120px;
   width:100%;
}

#productscategory_list{
   overflow:hidden;
   float:left;
   width:96%;
}
#productscategory_list ul{
   padding-left:0px;
   list-style-type:none;
}
#productscategory_list li{
   float:left;
   margin:0 3px;
   cursor:pointer;
   text-align:center;
   width:100px;
   overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
   background: url('../img/thumbs_left.gif') no-repeat center;
   text-indent:-3000px;
   display:block;
   width:9px;
   height:18px;
   float:left;
   margin-top:30px;
}
#productscategory_scroll_right{
   background-image: url('../img/thumbs_right.gif');
}



Je mets de ce pas {Résolu}

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...