Pagination Above Ads Space

Posted in: Newspaper
Post count: 15

Hi….

I use cloud template in my site seruji.co.id. I need to remove pagination to end of post (above Ads in end of single Post Contens), like this >>> http://prntscr.com/nez1mr. Please advice….

Post count: 35449

Hi,

In order to achieve this you’ll need to make some changes in theme files.
Please provide me a link were I can inspect the pagination from post.

Thank you!

Post count: 15
Post count: 35449

Hi,

I can not see anywhere the pagination in the link that you provide me -> https://www.screencast.com/t/1PKMS4YZd4ra

Thank you!

Post count: 15
Post count: 35449

Hi,

Please try this custom css
.post footer{
position: relative;
top: -340px;
}
.tdb_single_content .id_bottom_ad {
position: relative;
bottom: -60px;
}

-> https://www.screencast.com/t/VebIIk0t
Set the above custom css in Newspaper>theme panel>Custom code>Custom css

Thank you!

Post count: 15

Thanks, solve in desktop, but problem in mobile, pls cek http://prntscr.com/ngr15a

  • This reply was modified 7 years by iwan.
Post count: 35449

Hi,

Please move the custom css from Custom code > Custom css in Advance code> Desktop in in this way will apply only on desktop version and will look good in movie version too.

Thank you!

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