sighimpact Posted March 18, 2010 Share Posted March 18, 2010 Salut,J'ai un soucis avec une balise à l'intérieur du block Exclusif (promotions).Je n'arrive pas à mettre la main sur le bout de code. J'ai soit un width qui déborde soi un autre problème.Je joints 2 captures pour mieux me faire comprendre.Merci d'avance Link to comment Share on other sites More sharing options...
clemclem Posted March 19, 2010 Share Posted March 19, 2010 Bonjour,As-tu essayé de mettre display:block; ?Est ce que ton site est en ligne (pour y jeter un coup d'oeil) ? Link to comment Share on other sites More sharing options...
sighimpact Posted March 19, 2010 Author Share Posted March 19, 2010 Salut,Display:block sur quelle balise ?Le site est en local pour le moment Link to comment Share on other sites More sharing options...
clemclem Posted March 19, 2010 Share Posted March 19, 2010 Dans le div.block ul (celui de la capture) Link to comment Share on other sites More sharing options...
sighimpact Posted March 19, 2010 Author Share Posted March 19, 2010 Voici la partie du code CSS concernant ce block, j'ai mis display:block sur tout ce qui bouge ! Rien à faire, peut-être que c'est ailleurs que ça se passe ?Quelle est l'élément parent de blockspecials ? Je joints une autre capture avec le ciblage des éléments CSS .blockspecials ul { height: auto; width:300px; border:1px solid navy; } .blockspecials ul li { width:300px; } .blockspecials li { float: left; clear: none; color:red; } .blockspecials li h5 { color:gray; } .blockspecials li h5 a { float: left; color:black; clear:both; } .blockspecials p.product_image { margin-right: 0.3em; } .blockspecials p { padding: 0.3em 0 0 0; margin: 0; text-align: left; margin:left; clear: both; color:black; } .blockspecials p a { margin: 0 auto; } Link to comment Share on other sites More sharing options...
sighimpact Posted March 19, 2010 Author Share Posted March 19, 2010 c'est ce que j'ai, et ça marche pas non plus ! div.block ul { display:block; list-style: none; width:700px; float:left; margin:0px; padding:0px; margin-left:0px; } Link to comment Share on other sites More sharing options...
clemclem Posted March 19, 2010 Share Posted March 19, 2010 Je suppose que tu as essayé de réduire les deux valeurs width 300 ?Tu peux refaire une capture après avoir diminué la valeur ? Link to comment Share on other sites More sharing options...
sighimpact Posted March 19, 2010 Author Share Posted March 19, 2010 la valeur de div.block ul ? Link to comment Share on other sites More sharing options...
clemclem Posted March 19, 2010 Share Posted March 19, 2010 j'ai sauté un post désolé !la valeur du width dans .blockspecials ul et .blockspecials ul li Link to comment Share on other sites More sharing options...
sighimpact Posted March 19, 2010 Author Share Posted March 19, 2010 Si je vire tout ce que contient .blockspecials ul, j'ai un bon affichage, mais je crois que c 'est le fait d'enlever le border (qui me sert à tester) qui fait que j'ai l'impression que c'est réglé !La largeur dépasse toujours !Voici ce que j'ai gardé : .blockspecials ul li { width:300px; } .blockspecials ul { width:300px; border:1px dotted navy; } Link to comment Share on other sites More sharing options...
sighimpact Posted March 19, 2010 Author Share Posted March 19, 2010 Peut être qu'un display:none; dans le .blockspecials ul réglerait le problème, mais étant nouveau sur Prestashop, je ne sais pas si ça influera sur autre chose ! 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