Site logo

Archived topic

Announcement moving the site sideways

3 replies · Started by Kevin on December 1, 2020

Viewing posts 1–4 of 4

I'm having a problem when a mobile-style ad appears that recently came to desktop, from adsense, the site is kind of showing up in half. Even if it is a transition of pages, it irita me. Does anyone know how to avoid this error? It happened recently in the customization of this theme.

I'll leave an example image below, the site is skdesu.com ... One thing I noticed is that by the inspector, if and remove the CSS Fixed tag, from the body, things are back to normal. But I don't know how to do this via code, because I don't know the source or which tag is really causing this.

Hi there,

if you can link me to a page where i can see the issue, ill take a look at whats causing that.

whichever page you access within skdesu.com, the ad will appear ... It depends on Google's willingness to make the ad appear, but it is usually on the first page change, you have to change the links.

The only option i can think of is adding this CSS:

body {
    position: initial !important;
}
This archived topic is closed to new replies.