This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Large blank space after Google ad on Mobile Only?

10 years ago · Last reply by Andrew Misplon 10 years ago

Hey there, I’ve got Vantage Premium, and if you take a look at this Google ad on my website (only a problem on mobile!), you’ll see that there is a large blank space below it – a good 20 or 30 pixels wasted space.

If you could PLEASE help me remove this, that would be LOVELY! :)

Here’s a screen capture of what I am talking about: Screen capture

URL: https://www.soyeg.club

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi Jody

    Thanks for reaching out.

    Have you perhaps changed the ad since posting? The banner ad I see right now isn’t responsive.

  2. Jody Mitoma 10 years, 3 months ago

    Hey again Andrew,

    Hmmm… Very strange. The ad always has been, and always will be responsive. :P

  3. Andrew Misplon Staff 10 years, 3 months ago

    The ad is only responsive on mobile which is fine just really hard to test.
    The ad is in a container with a static height set inline.

    You can try the following at Appearance > Custom CSS:

    @media (max-width: 680px) {
    	#aswift_0_anchor[style] {
    	    height: 50px !important;
    	}
    }

    You can adjust the breakpoint of 680px which is when this applies.
    You can also adjust the height value of 50px as required.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread