MapleOne
Well-known member
Site: dn(dot)ca
I have been trying to remove the lower google ad from my new post screen with no success.
I did manage to get this to work
Code:
/* Hide Second Google Ad in New Post Screen */
[data-template="whats_new_posts"]
{iframe#aswift_2 {display: none;}}
But that leaves a big blank spot and my footer does not shift up.
I think I have to remove this instead
Code:
/* Hide Second Google Ad in New Post Screen */
[data-template="whats_new_posts"]
{div.#aswift_2_host {display: none;}}
However no combination of anything I do works
Here is the address: dn.ca/explore/new-posts
Any guidance here would be very much appreciated
PS. The lower google ad is in the advertisement section and loads in the lower container so it loads on every page. However when there are no new posts the two ads so close together make the page look heavy and cluttered.