Header replacement in Thesis


/ Published in: PHP
Save to your folder(s)

This creates a custom HTML header in Thesis with a logo and an advert section (to be used instead of CSS image replacement).

Example CSS to use with it:

.custom #header:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

.custom #header #logo {width:320px; height:90px; float:left;}

.custom #header #header_ad {width:728px; height:90px; float:right;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.