More article box issue

Posted in: Newsmag
Post count: 20

Hi,

Did you know if it’s possible to make the “More article box” appear from the END and not from the TOP of the post ? Because all the posts are not the same length so it’s very difficult to set up the “More article box”

Thanks in advance !

Post count: 6535

Hi

Are you referring at more article box pop-up? If so try this css in theme panel > custom code > custom css: http://screencast.com/t/PZ9zpwytJp

.td-more-articles-box{
top: 48px;
height: 300px;
}

If this is not what you mean please provide more specific details about the desired result. also provide your site url, so I can inspect it closer and get back to you with a more accurate answer.

Thanks!

Post count: 20

Hi

Yes I speak of “more article box pop-up”, but not of the location of the popup:

In fact I would like that instead of popup is displayed after 400px from the top of the page (for example) it will be displayed from 300px before the end of the page (again, for example) http://i.darkstarzs.ga/1Ca0p40we.png (it would be “distance from the end” instead of “the top”)

Website: http://erreur42.fr

Thanks ^^’

Post count: 6535

Hi

This is a complex task which involve some js customization and many tests in order to be achieved.
We can’t offer speed customization services at the moment so if really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks for your understanding!

Post count: 20

Thank you for your quick responses, it does not matter, it was just in case if it were possible but never mind !

By the way, is it possible to disable “more article box” on mobile?

Thanks (again)!

Post count: 6535

Hi

Yes it is possible, try this css in theme panel > custom code > custom css:

@media(max-width: 768px){
.td-front-end-display-block{
display: none;
}
}

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.