Aquaticam Posted August 12, 2011 Share Posted August 12, 2011 Bonjour les pros du CSS, Je suis actuellement en version 1.4.4 sur mon site aquaticam.com. Est-ce que quelqu'un peut me dire pourquoi quand je mets le padding-left à 0.5em dans le paragraphe : #editorial_block_center p { padding-left: 0; } du fichier editorial.css, mon texte de page d'accueil ne se décale pas vers la gauche ??? Voir : www.aquaticam.com pour voir ce que cela donne. Voici l'intégralité de mon fichier editorial.css : /* Block editorial */.editorial_block { margin-bottom: 2em } .editorial_block .rte { background: transparent none repeat scroll 0 0 } .editorial_block h1 { background: none; padding: 0; padding-left: 0.5em; /*initialement sans padding-left*/ margin-bottom: 1em } .editorial_block h2 { font-size: 1.1em; margin: 1em 0; text-transform: none; line-height: 1.2em; padding: 0; padding-left: 0.5em; /*initialement sans padding-left*/ padding-bottom: 10px; background: none; color: #5D717E } /*paramétrage de la zone de texte en page d'accueil*/ .editorial_block p { padding-top: 0; /*initialement 0.4em*/ } #editorial_block_center p { padding-left: 0.5em; /*initialement à 0*/ } #editorial_image_legend { color: #AAAAAA; font-size: 6pt; font-style: italic; margin: 0; padding-left: 0; text-align: center; } Merci d'avance pour votre aide ! Link to comment Share on other sites More sharing options...
jeckyl Posted August 12, 2011 Share Posted August 12, 2011 Bonjour, en regardant avec firbug, on constate que #center_column .rte p, .mceContentBody p { margin: 0.5em 0; padding-left: 0;} prend le pas sur votre modification. Peut être faire : #editorial_block_center p { padding-left: 0.5em!impotant;} 1 Link to comment Share on other sites More sharing options...
Aquaticam Posted August 12, 2011 Author Share Posted August 12, 2011 Merci Jeckyl, ça fonctionne ! C'est cool... je me serais bien pris la tête là-dessus. ++ 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