Quote:
Originally Posted by snakes1100
remove the padding from the logo-image
.logo-image {
float: left;
clear: right;
min-height: 2em;
height: auto !important;
padding: 40px 0px 0px 0px;
make 40px to 0px
|
Sorry i'm not a pro, i couldn't find where to make this change. I was trying to look in additional.css template, but couldn't find it.
--------------- Added [DATE]1377968379[/DATE] at [TIME]1377968379[/TIME] ---------------
Quote:
Originally Posted by nerbert
You also need to make header middle taller
Code:
#header-middle {
height: 170px;
overflow: hidden;
clear: both;
background-attachment: scroll;
background-image: url(images/primus/sandy/misc/hm-bg.jpg);
background-repeat: repeat-x;
background-position: center top;
background-color: #87411F;
}
|
Where can i find this please ? Thanks for the help in advance.