{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet "Trinity Layout: Top menu + 2 columns + showtime banner" *}
{Showtime show='3'}
{* this holds the name of the site on the right side *}
{sitename}
{* a link back to home page and the header left image/logo, text is hidden using CSS *}
{cms_selflink dir="start" text="$sitename"}
{* End Header *}
To edit the padding around the banner edit the parameters in the associated 'layout' stylesheet:
div#header {
/* adjust according your image size */
height: 60px;
margin: 0px;
padding: 0.5em 0 0.2em 0;
/* you can set your own image here, will go behind h1 a image */
/* background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top; */
/* border just the bottom */
border-bottom: 1px solid #D9E2E6;
}
No comments:
Post a Comment