Viewing 9 replies - 1 through 9 (of 9 total)
  • I’m only seeing the ad widget, no other widgets are showing up anywhere on the page.

    Thread Starter ojejones2000

    (@ojejones2000)

    They are right at the bottom

    I’m only seeing the ad widget, no other widgets are showing up anywhere on the page.

    You have to turn off your browser’s ad-blocking extension to see what’s going on.

    I’m not sure what’s happening, but when I look at the main content section, I see short ads with a button labeled AdChoices pointing to the sidebar, as if clicking on the button or the arrow will move the ad to the empty space in the sidebar. That doesn’t happen when I click on the button, but maybe you’ve got some admin setting that does that.

    Thread Starter ojejones2000

    (@ojejones2000)

    No that is adsense. I mean in the right sidebar the 4 small ads are pushing the other widgets to the bottom

    There’s nothing that I can see by examining the 4 small ads using Firebug that is causing the other widgets to be pushed to the bottom. You can try adding to CSS that sets the height of that first widget container to some small value, like 200px, and that will bring everything else up.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like the space is just the consequence of positioning elements the wrong way.

    Use floats and your issue resolves, e.g:

    div + .sidebar {
     float: right;
     /* margin-left: 707px; */
     background-position: -321px -100px;
     width: 200px;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you considered switching to a theme on www.ads-software.com yet?

    Just to iterate:

    If your theme’s vendors do not provide you with support then consider cutting your losses and ditching that theme, because www.ads-software.com forums are not meant to support commercial products.

    These are the themes we support: https://www.ads-software.com/themes/ and notice how they are freely available.

    Thread Starter ojejones2000

    (@ojejones2000)

    Free themes just look a bit rubbish. Thanks for the help

    Gee – thanks from all of the developers who worked so hard to provide all of those high-quality themes for free!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Why the long div?’ is closed to new replies.