Clickable logo in Mono template?
-
Hello,
I’ve been reading Designing_Headers and RipRapRob’s Post in order to find a solution for Mono template, but with no success.
This is my website:
Rikov Mlin
but I’m working in local with modified version of Mono, and here is the relevant part of my Header:<body> <div id="wrap"> <?php get_sidebar(); ?> <div id="content"> <div id="header"> <h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1> <div id="description"><?php bloginfo('description'); ?></div> </div> <!-- end header -->
and the relevant part of my CSS:
#header { margin: 1em 0 5em 0; font-size: 1.4em; background-image: url(images/logo.png); background-repeat: no-repeat; height: 154px; }
I know that I have to take the image back out of my header as a background and set it back in its own div next to the header, but it doesn’t work (or I do not know how to code)
- The topic ‘Clickable logo in Mono template?’ is closed to new replies.