Problem with ad in header

Posted in: Newspaper
Post count: 79

Hi guys

I have a slight problem with the ad in the header on my site:

http://connecteddigitalworld.com

the ad needs to be slightly higher, but if I manage to move it up, the logo on the left isn’t centered anymore.

any ideas?

thanks

Andrew

Post count: 854

hi,

try to use this css:


.td-g-rec-id-header .adsbygoogle {
  position: relative;
  top: 13px;
}

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

Thanks for you message.
Radu A.

Post count: 79

thanks Radu – that has brought it up, but it has also moved it to the left so its too close to the logo

how do I move it back to the right?

thanks

Andrew

Post count: 854

hi,

.td-g-rec-id-header .adsbygoogle {
  position: relative;
  top: 13px;
  left: -20px;
}

Thanks for you message.
Radu A.

Post count: 79

perfect 🙂

thanks Radu

All the best

Andrew

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