Hi there,
I’m one of the developers of Flevr, and I’ll try to help you with your issue (since it would be impossible for the plugin’s developer without access to your website).
Due the styling of the theme, the menu is placed using a fixed position relative to the page.
You can push the menu down by adding the following inside your CSSIgniter Settings > Custom CSS:
.header{ top: 75px; }
You can of course play around with that 75px value to best match the bar you’ve created.
Hi Anastis,
Cheers for picking this one up.
I have played around with header top offset but theme+plugin didn’t play nicely across platforms.
I’l drop this one for now.
G