Skip to content

Instantly share code, notes, and snippets.

@jxnblk
Created January 22, 2014 20:03
Show Gist options
  • Save jxnblk/8566326 to your computer and use it in GitHub Desktop.
Save jxnblk/8566326 to your computer and use it in GitHub Desktop.
Banner image for Ashley Tumblr theme
<style>
/* First, find this style, then comment it out or delete it. */
/*
header {
width: 90%;
padding: 2em 5% 0;
max-width: 48em;
margin: 0 auto;
overflow: hidden;
}
*/
</style>
<!-- ... -->
<header>
<!-- Then add something like this inside the header element. Replace the src with your own image. -->
<a href="/">
<img src="//placehold.it/2048x256" alt="Blog Title" style="max-width: 100%" />
</a>
<!-- you can remove the portion below or put a div with the class .wrap around it -->
<div class="wrap">
{block:IfLogoImage}<a href="/"><img src="{image:Logo}" class="logo" /></a>{/block:IfLogoImage}
<h1><a href="/">{Title}</a></h1>
{block:Description}
<p>{Description}</p>
{/block:Description}
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment