Theme Fixed Header in Admin Mode
Permalink 1 user found helpfulWe have a page that the customer wants a fixed header in. We experience problems with the Admin menu. The first one was the need to adjust z-index so C5 admin menu was not covered.
Now we have the opposite problem. The admin menu covers an "area" where the admin needs to add an image block for the logo.
Is there a css trick that can be used to move the themes fixed header down in admin mode? I assume I can modify the "top" location, but don't know what style rule (combination) to setup.
Thanks,
Sean
<?php $cp = new Permissions($c); if ($cp->canViewToolbar()) { ?> <style> nav{ margin-top: 47px; } </style> <?php } ?>
You welcome.
I recommend reviewing this discussion:
http://www.concrete5.org/community/forums/customizing_c5/trying-to-...