header 8 style – fixed

Posted in: Newspaper
Post count: 66

I don’t like sticky menu. I want to fix the header8 style bar at top. How can I do this? I tried to use position:fixed; for some elements but they didnt worked.

Post count: 7909

Hi,

I’m not sure what you try to do. You can use this css if this is what you need: http://screencast.com/t/4JtWmVk6IyX

.td-header-bg.td-header-style-8.td-menu-background{
position: fixed;
display: block;
left: 0;
right: 0;
}
.td-grid-wrap{
margin-top: 50px;
}

Also if you don’t have basic css/html experience you can always hire a professional to change the menu how you wish, as we cannot provide any custom work for the moment. Sorry for this!

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.