TagError: adsbygoogle.push() error: No slot size for availableWidth=0.
1
@media only screen and (min-width:800px)and (max-width:3000px) {
2
#topbanner {
3
width: 640px;
4
height: 90px;
5
}
6
}
7
<div class="open_grepper_editor" title="Edit & Save To Grepper"></div>
This is specific to my theme. You need to tweak the width and you can also add media queries for other resolutions, if required.