Top Bar White Space – 24px

Posted in: Newsmag
Post count: 52

Using this custom css.

.td-header-wrap {
position: relative;
z-index: 2000;
}

But there is a random 24px white bar above td-header-wrap td-header-style-1.

Is there a way to hide that element so it does not show anyone?

http://2c6.950.myftpupload.com/

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/MGDfpdoJxH

@media(min-width: 768px){
#td-outer-wrap{
top: -20px;
}
}

Thanks!

Post count: 52

Thanks Andrei that fixed the issue.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.