Can I use this feature in flex block X?

Posted in: Newspaper
Post count: 38

I want to give space between icons like this image

In the image, I want to give the feeling of moving to the next article on the left and the previous article on the right.

https://ibb.co/19T4WYQ

Post count: 21065

Hello @choiwj1012!

You can position them with this setting: https://prnt.sc/jkLI2OVGIJ0Z
Add a class for that flex block X named “.class_block”: https://prnt.sc/ReOuSELq-rYu and add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.class_block .td-next-prev-wrap {
display: flex;
justify-content: space-between;}

Let me know the results!

Thank you!

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