R2B2 (skroller)

Posted in: Newspaper
Post count: 10

Dear TagDiv crew,

we have some issues with scroller in post after third paragraph. The company whose ad we placed, wrote to us:

“There is a class with a line td-fix-index that has a transform feature and that breaks our ad. The problem is that when the feature is turned off, the logo of the website disappears. What has to be done is that the interscroller should be taken out of that class to make it work.”

Could you please assist with this?

Here is the video description they’ve sent.

Thank you in advance.

Post count: 35449

Hi,
I see, what I can do is to try to provide a css and hope this will help you.

.td-fix-index {
transform: none;
-webkit-transform: none;
}
.tdb-logo-img-wrap {
transform: translateZ(0);
}

Please set the code in the theme panel > custom code > custom css.
Let me know the results!

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