Jump to content

"agrandissement" de la page


Recommended Posts

je m'excuse je ne savais pas trop quel titre donné...En fait si je veux mettre plus d'article sur une page ou si je veux agrandir mon accueil ,mon thème se répète et comme c'est un fond dégradé cela fait franchement sale...j'essaie toujours de faire en sorte de ne pas faire trop grand mais il serait temps que j'arrive à résoudre le problème car ça en devient vraiment un...
pour info : je suis "débutante" et j'ai déjà essayé de contacter celui qui a créé le thème (hearth)

merci

http://www.boutique-lecaveau.com

Link to comment
Share on other sites

Bonjour,

Dans le global.css

Il est actuellement comme ceci:

body {
/*background-color: white;*/
background: url(../img/img02.jpg) repeat left top;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #000000;
text-align:center;

margin: 0;
padding: 0;

/*color: #5A554E;*/
}
et tu fais cela:

body {
background-color: #737373;
background: url(../img/img02.jpg) repeat left top;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #000000;
text-align:center;

margin: 0;
padding: 0;

}


Cordialement

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