• Resolved williewill

    (@williewill)


    Hello my site is nowthatsgame.com and I’m adding adsense in my header and footer of my page, but the widget border is sticking out like a thorn. Can someone help me with removing these borders please.

Viewing 9 replies - 1 through 9 (of 9 total)
  • what do you mean the borders? the size of the ad areas are larger than the areas you have placed them…?

    Thread Starter williewill

    (@williewill)

    My albizia them will not let me make the widget border wider so that it will be the same size as the adsense banner

    Thread Starter williewill

    (@williewill)

    theme sorry

    Can you select a different size ad? you should be able to access your theme files…?

    Thread Starter williewill

    (@williewill)

    I can but they are all still to big for the widget that is in the background. I’m not to familiar with coding on how to change the width and height dealing with ccs codes.

    to remove the border and background, try to add to style.css:

    .innertop .widgetwrap, .innerbottom .widgetwrap { border:none!important; background:none!important; }

    alternatively, to make the widget stretch to the available space,
    add:

    .innertop .widget, .innerbottom .widget { width:100%!important; }

    however, in narrower browser screens, the ads will still be only partially visible.
    consider using a smaller ad unit, for instance ‘banner 468*60’

    Thread Starter williewill

    (@williewill)

    Thank you so much “The Sweeper” works like a charm

    what section of style.css did you post this code to?

    .innertop .widgetwrap, .innerbottom .widgetwrap { border:none!important; background:none!important; }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Neither section of style.css. You never edit the theme’s files.
    If you want to add CSS, do so through a Child Theme stylesheet or Custom CSS Manager plugin.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘remove borders in header widgets with the albizia them’ is closed to new replies.