We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Fix console at top screen - Infotux | Forum

Max
Max Oct 13 '11

To fix the console (topbar) at the top screen, you have to edit the base.css and :

at line 418, in .ow_console{
replace :     right: 0px;
by :           right: 350px;

at line 429, in .ow_console_body{
add :     position: fixed;

that's all !
Michael Anderson
Michael Anderson Apr 16 '13
So I see the "fixes are in the base.css, however it still doesn't show.  Think you might want to find the real issue...
You do not have permission to reply this topic