Help with placing ads in homepage

Posted in: Newspaper
Post count: 36

Hi,

Please take a look at my website (http://www.newsmug.in/). I want to place vertical ads at the free space present in the left and right side of the Homepage (I have attached a screenshot please take a look at it). Can you please guide on how to proceed with this

Screenshot : http://www.screencast.com/t/q0Vkfri2

Thanks,
Anand

Post count: 23312

Hi Andy,

First of all, you should to create a custom ad. In theme panel, in Ads area you can find custom Ads field (Custom Ad 1, 2, 3, etc) like this: http://screencast.com/t/psrLHA0uTI , then have to put the shortcode ad in page-pagebuilder-latest.php like this: http://screencast.com/t/x4EpJTdce
Here, http://pastebin.com/3Jrrg4eD you can take the code.
After you have done this, please try the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/idSJ5PVCnRW

.ad_left {
float:left;
padding-left: 20px;
}
.ad_right {
float:right;
padding-right: 20px;
}

The result should see here: http://screencast.com/t/OwO1IWmRk

Note: Please make sure that do not use the background image on your site. You can use this custom modification also in page.php or page-pagebuilder-title.php.

Hope this helps and let us know how it goes!

Thanks!

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