Hi Guys,
I changed the backend settings on the ‘Enlightenment’ theme to give me static/small navbar – the navbar is however quite huge
I inspected the css and found the following entry:
html {
margin-top:32px !important;
}
So obviously my navbar is just 32px too big -I have no Idea how to override this – I tried:
html {
margin-top:-62px !important;
}
in a custom css plugin, but that does not seem to work – any ideas how to get around this?