Post width

Posted in: Newsmag
Post count: 10

i like to put on top of article 728×90 adsense but article width is smaller than 728px how can i change that (im using post style 2)

Post count: 10

no one know how to change width of post?

Post count: 6535

Hi

Unfortunately the post width can be changed, because the width comes from theme’s grid and changing it would not be easy and for that you need custom work.

If you need a large banner to the top of your article you can use on of theme’s custom ad sports and place the add into post’s template file using do_shortcode fucntion.

Take the ad box shortcode using VC page builder, switch to Classic View and take the shortcode – http://screencast.com/t/eD0p5yEvvWhttp://screencast.com/t/y2cn4qR527j

To place it in the code please use do_shortcode() function – https://codex.wordpress.org/Function_Reference/do_shortcode

ex:

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> 

Add it to posts’s template here: http://screencast.com/t/4kVuslKMdqt0 result: http://screencast.com/t/RmlxncHd9

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.