when i scroll down Top bar having distance how to fix / top bar have some space browser and forum have some distance i post here pic
anyone know or have any idea about this where and how to fix
(emerald extend theme )
Thank You
![[Image: Screenshot_374.png]](https://camo.mybb.com/44d769c1820f8c1f9488bcf3cf7bb1ab0c5c068b/68747470733a2f2f7069632e6b75747479736f66742e636f6d2f696d616765732f323031392f31312f32392f53637265656e73686f745f3337342e706e67)
You should fix all errors on your site before you proceed. Most likely, one of the contributors may be the missing CSS file:
https://forum.kuttysoft.com/css/skin.css
You are also repeating the "customcolor_headerinclude" (twice) in your header this may be messing stuff up.
Nonetheless, go to your extra.css and in the selector of
.haut add "top: 0;" to it so it looks like this:
.haut {
background: #252525;
width: 100%;
float: right;
box-shadow: 0px 0px 3px #111;
position: fixed;
height: 60px;
z-index: 1000;
text-align: left;
top: 0; /* added to make menu bar stick to top of page */
}