header ad not showing fine

Posted in: Newspaper
Post count: 39

Hi Marius,
i have noticed header ad is cut and not showing fine, have a look to the image
http://oi60.tinypic.com/e67k95.jpg
Thanks
L

Post count: 9544

You’ll need to set a smaller image/ad size to fit that space, it looks like.

Post count: 3343

Hi,
Can you provide us a link to see the issue? Also try from Theme panel -> Ads to change the auto size of the banner.

Thanks!

Post count: 39

here is the page http://www.windowsdeal.com/
as you can see the ad (728×90) doesn’t fit the header (and 468×60 is too small).
how can i get it to work and resize automatically on different resolutions/devices?

Thanks

Post count: 3343

Hi,
Is like that because you use a logo at 90px in height, you need a logo at 100px at last.
To fix that you can use this CSS, add it in Theme panel -> Custom CSS

.header-logo-wrap img {
    padding-top: 10px;
}
.header-logo-wrap a {
    display: block;
    height: 100px;
}

Thanks!

Post count: 39

that worked thanks

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.