12-03-2014, 00:48
Dopisz styl w header.php jeśli admin zalogowany:
to tylko przykład, ale poszedłbym coś w tą stronę.
Kod:
<?php if (is_admin()): ?>
<style type="text/css">
#nav-wrapper {
top: 20px !important;
}
</style>
<?php endif; ?>
to tylko przykład, ale poszedłbym coś w tą stronę.