2 ads 364 width each in header style 6

Posted in: Newsmag
Post count: 54

Hi,
i use header style 6 and i want to put 2 picture in header

each picture have size 364×90, we can add one picture 728×90, but when i try to add 2 picture 364×90 i see only on ?

Can we do this ?

  • This topic was modified 10 years by yopyop22.
Post count: 6535

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..
Post count: 54

Yes really great is working really well

thanks a lot

Have a good day

Post count: 54

is working yes but finally the logo and ads are not in same line

look here

http://destinationsoleil.info/

Post count: 23312

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!

Post count: 54

yes is really better now you can look

http://destinationsoleil.info/

thanks

Post count: 23312

Hello yopyop22,

Glad that I could helped!

Thank you for the message!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.