Issue With Header Ad… Please solve

Posted in: Newspaper
Post count: 101

Hello… I place the adcode on header but there is a space above ad and below ad… I don’t want any extra space top and bottom on an ad. and even the alignment is not in centre. Please solve my below mentioned issue.

1. I am using responsive ad but its not taking whole area.
2. Ad alignment is not in center.
3. Extra space between above and below ad.

Check the issue at: https://www.jalewa.com

Post count: 101

Is there anyone to reply?

Post count: 20688

Hi,

On auto the header ad will most likely be 728×90, if you want it wider set a desired width for it in the theme panel – http://prntscr.com/mh92la

The space from above and below is added by the theme, I could give you a code to remove it if necessary
http://prntscr.com/mh96tt
It looks centered to me, the theme will center it. Here is the code you can try

@media (min-width: 767px) {
.td-header-style-7 .td-header-sp-recs {
margin: 0 auto 0 auto !important;
}
.td-header-style-7 .td-header-sp-recs .td-g-rec-id-header>.adsbygoogle, {
margin-bottom: 0!important;
}
.td-header-style-7 .td-header-sp-recs .td-g-rec-id-header .adsbygoogle {
margin-bottom: 0!important;
}}

I can modify the code if it doesn’t work as you wanted. Let me know.

Thanks

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