How to increase top banner from 468x70 to 728x90?
I have searched the forum, read lots of treads (many are asking the same question), but none that gave me a solution to increase the top banner from 468x70 to 728x90. The 728x90 is recomended by Google Adsense and is therfore preferred.
All the treads I have read suggests editing the child theme style.css with this code:
#masthead .advert {
width: 728px;
height: 90px;
position: absolute;
top: 0;
right: 0;
}
#masthead .advert a img {
width: 728px;
}
This does not do the trick. The navigation/search bar overlay/hide the bottom of the ad.
Anyone?