On August 15, 2013 at 9:34 am
Sorry, now you can see the block, but is too close with the slider.
How can I put the block in the middle, between the slider and the posts?
Thanks!
Used code:
<!–CONTENT–>
<div id=”content”>
<div class=”center”>
<div style=”background:#fff; border:1px solid #ececec; width:950px; padding:0px; float:left; text-align:center;”>
<p><h2>Novedades en Espacio de Tango</h2></p>
</div>
<?php if( empty($option[‘trt_lay’])) { ?>
<?php get_template_part(‘layout1’);?>
<?php }?>
<?php if($option[‘trt_lay’]== “Layout 1”) { ?>
<?php get_template_part(‘layout1’);?>
<?php }?>
</div>
</div>