Hi
First you need to edit ads.php file and add this code like here: http://screencast.com/t/fuxJVOF4Q1K
<div class="left-img">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
</div>
<div class="rigth-img">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]')?>
</div>
Then add this css in theme panel > custom code > custom css:
.left-img, .rigth-img{
display: inline-block;
}
.td-header-ad-wrap{
height: auto!important;
}
You need to insert your ad code in custom ad 1 and custom ad 2 from theme panel: http://screencast.com/t/2IncMW3yH2 or if you want a different ad spot just change the shortcode from ads.php file. The result should be like here: http://screencast.com/t/sym9GLVY
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
is working yes but finally the logo and ads are not in same line
look here
Hello yopyop22,
Please try the code below to align the logo with the pictures.
.td-header-style-6 .td-header-sp-logo {
margin-top: 15px;
}
The result you should see here: http://screencast.com/t/JPC7a0sV
Hope this helps and let us know how it goes!
Thank you for the message!
