PDA

View Full Version : Prevent conversation toolbar to stay fixed when it get's to the top!


Asama
05-08-2015, 11:59 AM
Hello guys,
I've just modified my forums style: http://forum.xtreme-developing.com
I modified the header behavior on scroll and fixed the main navbar (site builder toolbar).
So when you visit a topic and scroll down the conversation toolbar remain fixed to the top.
Is there a way to prevent it to be fixed?
I need to remove fixed property because it's getting hide behind the site builder bar so i want it to be disabled...

Replicant
05-11-2015, 12:22 PM
This should help. You may need to tweak it. This should be enough to get you started. This keeps the floating /fixed property and keeps it below the navbar.
.module_title{
margin:0px
}
.widget-tabs .conversation-toolbar-wrapper, .blog-conversation-content-widget .conversation-toolbar-wrapper{
margin-top:28px;
}