Assuming you're talking about the SnowFlat theme, what you'd need to do is add a margin to the qa-body-wrapper class. I think this should work:
#qam-topbar { position: fixed; top: 0; right: 0; left: 0; z-index: 0; } .qa-body-wrapper { margin-top: 100px; }
This is how to have fixed Topbar navigation bar in Q2A version: 1.7.5
Add the following in qa-theme/SnowFlat/qa-styles.css
Then edit qa-theme/SnowFlat/qa-theme.php Line 44
private $fixed_topbar = true;
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.