Post Style 1 Ads Problem

Posted in: Newspaper
Post count: 68

LINK

Is there a solution? Or how I can remove it from the post type 1

Post count: 68

Can I get the link ads under social sharing buttons? With this bad english, I hope you understand what I’m saying. 😀

Post count: 22421

Hello,

In order to remove the ads, you can use this code for the post style 1 ad:
.td-g-rec.td-g-rec-id-post_style_1{
display:none;
}

Unfortunately the ads will not fit that way. What you can do as an alternative is use this code so the text will flow in the right side: http://screencast.com/t/BOyuIPqPutZb
.single_template_1 .td-g-rec-id-content_top{
float:left; padding-right:20px; padding-top:20px;
}

I hope this helps
Thank you!

Post count: 68

No problem now. I use code

.single_template_1 .td-g-rec-id-content_top{
display:none;
}

Thank you!

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