I have the same problem. I put the php code of this slide between div “container” and div “content” (main) like this:
..<section id=”container”>
<div style=”text-align:center”>
<ul style=”padding: 0; margin: 0;”>
<li style=”display: inline-block; margin:10px; float:inherit;”>
<?php echo do_shortcode( “[SlideDeck2 id=2249]” ); ?>
<li style=”display: inline-block; margin:10px float:inherit;”>
<object width=”200″ height=”300″>
<param name=”movie”
value=”https://127.0.0.1/laretroviaprova1pc/wp-content/uploads/2013/02/P2.swf”></param>
<param name=”wmode” value=”transparent”></param>
<embed src=”https://127.0.0.1/laretroviaprova1pc/wp-content/uploads/2013/02/P2.swf”
type=”application/x-shockwave-flash” wmode=”transparent”
width=”200″ height=”300″></embed></object>
<li style=”display: inline-block; margin:10px; margin-right:0px; float:right;”>
<div style=”max-width:350px; height:300px; overflow-y:auto; overflow-x:hidden;”>
<?php cryout_before_primary_widgets_hook(); ?>
<ul class=”xoxo”>
<?php dynamic_sidebar( ‘third-widget-area’ ); ?>
<?php cryout_after_primary_widgets_hook(); ?>
</div>
</div>
<div id=”content” role=”main”>..
How can I solve this problem..? is very important!!! Help please!