Viewing 1 replies (of 1 total)
  • Hi thundersbe. It’s because the text widget has a 30px left padding but the ad iframe is 250px wide, so it gets pushed off the right side of the sidebar. Try this in your custom css:

    /* reduce widget padding for ad */
    #text-8.widget {
      padding-left: 5px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Adsense Showing As Though Cropped’ is closed to new replies.