Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created November 29, 2012 13:36
Show Gist options
  • Save marti1125/4169136 to your computer and use it in GitHub Desktop.
Save marti1125/4169136 to your computer and use it in GitHub Desktop.
berta cms
Line 220 template.tpl
<h1 class="{ messClasses property='siteHeadingXY' }{ if $berta.settings.heading.position == 'fixed' } xFixed{ /if }" >
Line 226
<a href="#">{ $siteHeading }</a>
#contentContainer h1 {
padding: 0px auto;
margin: 0px auto;
z-index: 50000;
color: <? echo $s->get('heading', 'color') ?>;
font-family: <? echo $s->getFont('heading') ?>;
font-size: <? echo $s->get('heading', 'fontSize') ?>;
font-weight: <? echo $s->get('heading', 'fontWeight') ?>;
font-style: <? echo $s->get('heading', 'fontStyle') ?>;
font-variant: <? echo $s->get('heading', 'fontVariant') ?>;
line-height: <? echo $s->get('heading', 'lineHeight') ?>;
/*position: <? echo $s->get('heading', 'position') ?> !important;*/
/*position: fixed;*/
top: 30px;
left: 50% !important;
margin-left: -70px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment