
http://www.comunicacaogospel.com.br/
h1#gkLogo a img {
height: 70px;
margin: 15px 5px 15px 0px; //change last value, eg. 200px.
float: left;
}
mikeMB wrote:I visited your site and the menu is already extended to the window width.
To move logo to the right please open template.css file and edit the following line:
- Code: Select all
h1#gkLogo a img {
height: 70px;
margin: 15px 5px 15px 0px; //change last value, eg. 200px.
float: left;
}
To hide modules please go to administrator panel --> extensions --> module manager and there try to disable it but I think all already is done.
h1#gkLogo a.cssLogo {
background: url('../images/style1/logo.png') no-repeat 0 0;
display: block;
height: 50px;
text-indent: -999em;
width: 390px;
margin: 0 auto; // eg. instead auto - 500px;
z-index: 1001;
}