How to reduce space below header ad in mobile?
-
I used this code
/* keep header ads visible on mobile screens */
@media only screen and (max-width: 1200px) {
#header-ads {
display: inline-block !important;
}
}There is a lot of space below the ad in mobile view. Can we reduce that space? and also the ad is not perfectly centered. Can we make it centered?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to reduce space below header ad in mobile?’ is closed to new replies.