Inline article ad not visible

Posted in: Newspaper
Post count: 27

Hi.
I have add a custom ad code:
But there are no ad inside any article http://myformat.club/health/rak-mozhno-ubit-za-11-dnej-nuzhny-tolko-2-lekarstva/
How to solve the problem?

Andriy

Post count: 23312

Hello neoandrej,

I have inspected your website and I saw that you have display:none for your article inline ad, as you can see here-> http://screencast.com/t/eTB2HGRgi Do you have some additional customization through code? Because this rule does not come from our theme. As a quick solution, you should use a bit of CSS to change your display type and place it in Theme panel->Custom CSS area.

The code is ->

@media (min-width: 1141px){
.td-rec-hide-on-m {
display: block!important;
}
}

The result you should see here -> http://screencast.com/t/n7gCJWiz

Thanks for your understanding!

Post count: 27

Yes. It works. Thank you so much.

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