To insert an advertisement, you need the plug in Widget Shortcode. (Can’t figure out how to make it link here…you can find it easily on www.ads-software.com if you search). Once you install it there will be an Arbitrary area in you Widget section. Make a text widget in that section and insert your ad code. Once you’ve saved it it will generate a widget ID number. Then go to your header.php (in a child theme), and insert the following code wherever you want it (I put mine below the header):
<?php echo do_shortcode(‘[widget id=”text-17″]’) ?>
In order to center the ad enter the following code directly to the widget box above the ad code: <div style=”text-align: center;”>
Please tell me if you figure out how to reduce the padding below the ad. It’s driving me crazy and I’ve been searching and searching for how to do it!