Mon site rame après modification css (Créer un compte)

  • Statut : non résolu
5 sujets de 1 à 5 (sur un total de 5)
  • Auteur
    Messages
  • #516254
    gwenm
    Participant
    Maître WordPress
    1034 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress : 3.4.2
    – Version de PHP/MySQL : 5…
    – Thème utilisé : Revolution Lifestyle
    – Extensions en place : Akismet, Lightbox Plus, Zamango Money Extractor
    – Nom de l’hebergeur : Nuxit
    – Adresse du site : http://jeux-fr.eu

    Problème(s) rencontré(s) :

    Mon thème met à disposition une bannière 468×60 dans le header et j’ ai donc modifier le css pour passer à 728×90, depuis ca rame..

    Voici le script original:

    #header {
    background: #85ACAC url(images/header.png
    );
    width: 960px;
    height: 90px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }

    #header h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-family: Georgia, Times New Roman;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0px 0px 20px;
    text-decoration: none;
    }

    #header h1 a, #header h1 a:visited {
    color: #FFFFFF;
    font-size: 36px;
    font-family: Georgia, Times New Roman;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    }

    #header h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    }

    #header h3 {
    color: #7A3254;
    font-size: 16px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    }

    #header p {
    color: #FFFFFF;
    padding: 0px 0px 5px 20px;
    margin: 0px;
    line-height: 20px;
    }

    .headerleft {
    width: 460px;
    float: left;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    }

    .headerleft a img {
    border: none;
    margin: 0px;
    padding: 0px;
    }

    .headerright {
    width: 486px;
    float: right;
    margin: 0px;
    padding: 18px 0px 0px 0px;
    font-weight: bold;
    }

    .headerright a img {
    border: none;
    margin: 0px 0px 3px 0px;
    padding: 0px;
    border: 1px solid #FFFFFF;
    }

    Et voici ce que j’ ai modifié (je ne met pas entre les balises [C] pour voir les couleurs) :
    #header {
    background: #85ACAC url(images/header.png
    );
    width: 960px;
    height: 95px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }

    .headerleft {
    width: 200px;
    float: left;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    }

    .headerright {
    width: -450px;
    float: right;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    }
    Je dispose de plusieurs code:
    header.php

    <div class="headerright">
    <?php $ad_468 = get_option('revlifestyle_ad_468'); echo stripslashes($ad_468); ?>
    </div>

    function.php

    array(	« name » => « Banniere Pub 468×60 »,
    « desc » => « Ce code correspond à la bannière 468×60 dans le header.<br /><br />« ,
    « id » => $shortname. »_ad_468″,
    « std » => « Entrez votre code de Bannière Pub 468×60 Ici »,
    « type » => « textarea »),

    J’imagine que remplacer tous les 468 serait inutile..? Pourriez vous m’ aider à comprendre? Merci 🙂

    #861475
    Dorian
    Participant
    Padawan WordPress
    64 contributions

    Bonjour,

    As-tu essayée de remettre celui d’origine voir si cela vient bien de ca

    #861476
    gwenm
    Participant
    Maître WordPress
    1034 contributions

    oui et ca marche nickel.. c’est pour ca que je comprend pas pourquoi un simple agrandissement d’espace provoque cela..

    #861477
    gwenm
    Participant
    Maître WordPress
    1034 contributions

    Arf! ca marche nikel maintenant! C’est à rien y comprendre! Peu être adsense qui passait par là ?..

    gwenm wrote:
    oui et ca marche nickel.. c’est pour ca que je comprend pas pourquoi un simple agrandissement d’espace provoque cela..
    #861478
    gwenm
    Participant
    Maître WordPress
    1034 contributions

    ✅ Zut j’avais oublié de marquer résolu, mais à quand pourra t’on modifier nos messages ..:fouet:

5 sujets de 1 à 5 (sur un total de 5)
  • Vous devez être connecté pour répondre à ce sujet.