Add SWF to right of logo in header
-
Oh please help dear www.remarpro.com!
I am trying to align my echo shortcode to the right of a logo in my header. It keeps falling below the logo. I have tried all kinds of style ideas. Does anyone have a clue of how to do this? THANK YOU!
Here is the site: https://afengineering.co
This is in my head.php
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
</head> <body <?php body_class(); ?>> <div id="wrap"> <div id="header"> <div id="header-logo"> <?php if ($xs_custom_logo !='') { ?> </a><a>" title="<?php bloginfo( 'name' ) ?>" rel="home"><img src="<?php echo $xs_custom_logo ?>" alt="<?php bloginfo( 'name' ) ?>" /></a> <?php } else { ?> <?php if (is_front_page()) {?> <h1><a>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a></h1> <?php } else { ?> <h2><a>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a></h2> <?php } ?> <p id="header-description"> <?php bloginfo( 'description' ) ?> </p> <?php } ?> <div class="clear"></div> </div><!-- /header-logo --> <div id="head-banner"> <?php echo do_shortcode('[swfobj src="https://afengineering.co/wp-content/uploads/2012/11/antrotation1.swf"] '); ?> </div><!-- /head-banner --> </div><!-- /header --> <div id="primary-menu">
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add SWF to right of logo in header’ is closed to new replies.