Thread Starter
roy27
(@roy27)
header.php: (I left some code that is allready there, so you know where to put it)
<header id="branding" role="banner">
<p class="headlogo"><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" /></p>
CSS:
p.headlogo
{
position:absolute;
top:-8px;
left:30px;
}
I use it for client websites, so I want to be able to see everything, but the client (witch has ‘Editor’ status) must not be able to see the unchecked menu items.