Okay I see this in style.css:
/*==============================================//
// HEADER
//==============================================*/
#logo {
width: 162px;
padding: 30px;
display: block;
}
#logo img {
max-width: 162px;
margin: 0 auto;
}
#logo.logo_ph {
background-image: url(images/logo-light.png);
background-repeat: no-repeat;
background-position: center center;
height: 73px;
}
But when I edit and save it, it doesn’t change my page. I have already set the permissions to 777 as well.