Questions about "More Article Box"

Posted in: Newspaper
Post count: 28

Hello,

I would like to have the “More Article Box” further up on the right side, so not down on the right.

Where can I set this? How can I move the box higher?

Can you tell me?

I thank you for the help 🙂

Greetings Sebastian

Post count: 35449

Hi Sebastian,

The “More Article Box” can be edited using the theme panel settings -> https://i.imgur.com/in0kBIF.png
Another alternative is to use a custom css like this one:
body .td-more-articles-box {
top: 100px;
bottom: auto;
}

To adjust the box higher or lower just change the 100px in 200, 50 or how much you need.
The code need to be set in the theme panel > custom code> custom css.
I hope this will help you!

Post count: 28

Hi,

thank you very much. This has actually helped.

Greetings Sebastian

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