Site logo

Archived topic

How to reduce the width of the page title text?

3 replies · Started by Павло on March 18, 2021

Viewing posts 1–4 of 4

Good day! How can I reduce the width of the page title text? In the desktop version, it is too long and does not look very nice. For example, so that the width of the page title text (https://prnt.sc/10pnojc) matches the width of the post title text (https://prnt.sc/10pnprz)?

Hi there,

you can set a max-width on the title with this CSS:

.entry-title {
    max-width: 600px;
}

Thanks, everything works fine!

You're welcome

This archived topic is closed to new replies.