Problem with header position since last update

Posted in: Newspaper
Post count: 79

hi

since doing the last update my header is lower than it should be, meaning that both the ad and the logo are too low down and not centered. I have tried adjusted the position but it doesn’t seem to work.

http://connecteddigitalworld.com/

thanks

Andrew

Post count: 3343

Hi,
Please can you make your logo at 100 px height transparent. Also you can move the header(logo + ad) from here: http://screencast.com/t/WP6jRKSkn

Thanks!

Post count: 79

Thanks Marius, but like I said, I have tried to adjust the position and it doesn’t make a difference. This has only happened since the last update and it was perfectly centered before then.

Any other suggestions?

Thanks

Andrew

Post count: 854

hi,
try using this css :

div.span8.td-header-style-1 {
  position: relative;
  top: -10px;
  left: 12px;
}

here: http://screencast.com/t/YvpKeqgu

Thanks for you message.
Radu A.

Post count: 79

thanks Radu, its better but its still not right

the ad is now perfectly centered, but the logo isn’t

Sorry!

Andrew

Post count: 3343

Hi,Use this CSS

.header-logo-wrap img {
    position: relative;
    top: -8px;
}

If you make the logo at 100px height should be aligned without that CSS.

Thanks!

Post count: 79

thanks Marius

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.