Title and Page Text

Posted in: Newspaper
Post count: 87

Hi,

When I create a page, how to align the title text centrally?

In the text of body, how to decrease the line spacing? When I click enter, automatic space is created between two lines. How can I keep zero spacing between lines?

Best,

Gaurav

Post count: 22421

Hello,

You will need css for the requirements you mentioned. The page title can be aligned center with this code:
.td-page-title{
text-align:center;
}

Unfortunately I cannot provide a solution for your second request as this comes from wordpress not the theme. It is the standard wordpress text implementation that we do not change with our theme settings

Thank you!

Post count: 87

Where to paste this code?

Post count: 22421

The css code can be added to the theme panel-> custom css box
Thanks

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