Align text on the main page

Posted in: Newspaper
Post count: 13

Hello! Sorry for my bad English.

1) Tell me, please, how to make the text of the announcement of articles on the main page be evenly located between the left and right edges of the page?

http://joxi.ru/4Ak9DxqH6wpNmq

2) How to do it so that I can substitute my own unique announcement. Now it is taken simply from the beginning of the article?

Site: https://pvmgid.ru/

Thank you!

Post count: 22421

Hello,

1. If you want the text to fill the entire space you need to add justify to it.
Here is an example:
.td_module_18 .td-excerpt{
text-align: justify;
}

You can add this code in the theme panel-> custom css box
This code will affect only module 18 though. If you want to justify all of the excerpts on your site you can use this code:
.td-excerpt{
text-align: justify;
}

2. If you want a custom excerpt, you can simply add a custom one here: https://www.screencast.com/t/lY9oEtCe1gw when editing a post.

Thank you!

Post count: 13

Hello!

On point 1: everything is done, everything works.

On point 2: I do not have a line in the control panel: “Excerpt”. http://joxi.ru/L21dqYoU4ED8mX

What do you advise?

Thank you!

Post count: 22421

Hello,

Please access the screen options at the top of the screen and make sure the excerpt is enabled: https://www.screencast.com/t/hsxGsPf73g

Thank you!

Post count: 13

Hello!

Everything worked out!

Thank you very much for your help!

Sincerely, Vyacheslav!

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