# Help to remove top space above custom header - need CSS advice

**URL:** https://meta.discourse.org/t/help-to-remove-top-space-above-custom-header-need-css-advice/51321
**Category:** Support
**Created:** [10월 10, 2016, 6:22오전 UTC](https://meta.discourse.org/t/help-to-remove-top-space-above-custom-header-need-css-advice/51321 "2016-10-10T06:22:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [10월 10, 2016, 6:22오전 UTC](https://meta.discourse.org/t/help-to-remove-top-space-above-custom-header-need-css-advice/51321/1 "2016-10-10T06:22:45Z")

</div>

I don’t seem to be able to figure out where this space comes from:

 ![](https://global.discourse-cdn.com/meta/original/3X/e/d/ed62870680a73ece38567cbe00b80afaa947ef82.png)

The link is [http://forum.kozovod.com/](http://forum.kozovod.com/)

Any CSS guru around to take a quick look?  
Many thanks

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [10월 10, 2016, 7:20오전 UTC](https://meta.discourse.org/t/help-to-remove-top-space-above-custom-header-need-css-advice/51321/2 "2016-10-10T07:20:16Z")

</div>

The white space is occupied by below img tag.

```plaintext
<img src="http://r.i.ua/s?u200072&amp;p0&amp;n0.1446608848993245&amp;c1&amp;d24&amp;w1366&amp;h768&amp;rforum.kozovod.com/" border="0" width="1" height="1">

```

You can alternatively set `position: fixed;` for css style like below. It will fix the issue.

```plaintext
<img style="position: fixed" src="http://r.i.ua/s?u200072&amp;p0&amp;n0.1446608848993245&amp;c1&amp;d24&amp;w1366&amp;h768&amp;rforum.kozovod.com/" border="0" width="1" height="1">

```

---

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [11월 24, 2016, 5:17오전 UTC](https://meta.discourse.org/t/help-to-remove-top-space-above-custom-header-need-css-advice/51321/3 "2016-11-24T05:17:31Z")

</div>

Thanks @vinothkannans , it worked like a charm.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [6월 8, 2024, 12:45오후 UTC](https://meta.discourse.org/t/help-to-remove-top-space-above-custom-header-need-css-advice/51321/4 "2024-06-08T12:45:06Z")

</div>

이 주제는 2798일 후 자동으로 닫혔습니다. 더 이상 새로운 답변이 허용되지 않습니다.
