How can I make the "More Article Box" appear in the bottom left corner?

Posted in: Newspaper
Post count: 71

As title says, because I have sticky ad on right side of my screen I can’t really run the More article box there so I want to move it to the left side, is this possible?

More article box is this: This is a box that appears when a user scrolls on a single post at least 400px. The box appears in the right bottom corner and it can show one or more posts related with the current one.

Thank you and Happy Holidays!

Post count: 20688

Hi,

That is possible with some CSS, something like this fro example http://prntscr.com/lyy5sl

Here is the code used in the example

.td-more-articles-box {
right:auto;
left:-384px;
}
.td-front-end-display-block {
left: 0;
}

Merry Christmas to you as well, all the best wishes.

Thanks

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