# AdSense Responsive Ads

**URL:** https://meta.discourse.org/t/adsense-responsive-ads/63991
**Category:** Support
**Tags:** advertising
**Created:** [5 Junio, 2017 21:02 UTC](https://meta.discourse.org/t/adsense-responsive-ads/63991 "2017-06-05T21:02:06Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [1 Octubre, 2018 17:00 UTC](https://meta.discourse.org/t/adsense-responsive-ads/63991/6 "2018-10-01T17:00:07Z")

</div>

What CSS did you use, and how did you add/enable it? Which ad units are you trying to limit the height?

It should be this if you want it to be 100px height of the ad unit above the topic lists:

> ⚠
> 
> This doesn’t work anymore

```plaintext
.adsense-topic-list-top.adsense-responsive {
  height: 100px;
}

```

---

_[View the full topic](https://meta.discourse.org/t/adsense-responsive-ads/63991)._
