Viewing 2 replies - 1 through 2 (of 2 total)
  • I like the color and the whitespace.

    The “Berlin upper eastside :___:__ Voll Stralau” not being in the middle of the header is a bit disconcerting, but if the whole header was clickable might not mind as much. See Designing Headers if you are interested.

    Copyright info seems better placed at the bottom of the page.

    Will your readers understand the icons on the top nav–the ones for impressum, struktur, and kontakt?

    Note: using FireFox 3

    Thread Starter Jazzvox

    (@jazzvox)

    Hi Michael, thx for the hint-for-headers! The designer of the header image bound me to keep his copyright there, so I can’t put it to the footer.
    The ‘name’ and ‘tag line’ is adjusted more to the right πŸ˜‰ looks better!
    I failed in making the banner clickable, <a href can’t be nested as I guess and I have to do this in my header.php – somehow..

    <div id="logo">
      <div id="name"><a href="<?php bloginfo('siteurl'); ?>"><?php bloginfo('name'); ?></a>
    	<div id="tagline"><?php bloginfo('description'); ?></div>
      </div>
    </div>

    Putting <a href="<?php bloginfo('siteurl') around the name-div using <?php bloginfo('logo'); ?> makes an extra line on top left showing the title once more πŸ™

    Anyway, the road is the pace, code is magic..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Berlin upper eastside, my local portal’ is closed to new replies.