# D-header styling issue

**URL:** https://meta.discourse.org/t/d-header-styling-issue/334003
**Category:** Development
**Created:** [November 1, 2024, 1:12pm UTC](https://meta.discourse.org/t/d-header-styling-issue/334003 "2024-11-01T13:12:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [November 1, 2024, 1:12pm UTC](https://meta.discourse.org/t/d-header-styling-issue/334003/1 "2024-11-01T13:12:59Z")

</div>

I’ve got an ad being rendered above the site header.

But when the site is pushed down it triggers a style attribute to be added to d-header which is unhelpful and causes the Header to jump down well below the rest of the content.

Top becomes 80vh! This makes no sense to me.

![image](https://global.discourse-cdn.com/meta/original/4X/f/7/8/f7845b54226677a909c1c7ea2033d75130db3556.png)

What is adding this style content? I’ve looked at site-header.js and other bits but can’t seem to track it down …

IMPORTANT: I’m looking at `stable`

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [November 1, 2024, 3:51pm UTC](https://meta.discourse.org/t/d-header-styling-issue/334003/2 "2024-11-01T15:51:10Z")

</div>

this seems like it could be some other customization from a theme or plugin? the `position: absolute` there seems strange…

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [November 1, 2024, 3:52pm UTC](https://meta.discourse.org/t/d-header-styling-issue/334003/3 "2024-11-01T15:52:07Z")

</div>

I’ll check thanks!
