• I’m trying to replace my default WP header with a flash header using MonoSlideShow and the ‘Kimili Flash Embed’ mod.

    I’ve got it all working but my header is a bit out of alignment. I don’t know anything about CSS but have managed to align it horizontally, just need help doing it vertically…

    site: https://swisshut.com/travelblog/

    My header.php:

    <body>
    <div id="page">
    <div id="header">
    
    <div class="headcontainer">
    
      <div class="flashhead">
      [kml_flashembed movie="https://swisshut.com/travelblog/monoslideshow.swf" base="https://swisshut.com/travelblog/" height="182" width="730" fvars="showLogo=false" /]
      </div>
    
    </div>
    </div>

    My CSS:

    .headcontainer 	{
    	position: relative;
            height: 350px;
    	}
    .flashhead {
            position: absolute;
    	padding:18px 0px 0px 2px;
Viewing 1 replies (of 1 total)
  • Same problem here. I got my flash header to appear, but it’s about 100 pixels too low. Now there’s white space at the top and the header covers up the top post on the page.

    Can anyone help?

Viewing 1 replies (of 1 total)
  • The topic ‘Default Theme, replaced header with Flash, need help aligning it.’ is closed to new replies.