Site logo

Archived topic

Change the width of the text block

6 replies · Started by Roger on May 23, 2020

Viewing posts 1–7 of 7

Hello!

I would like to reduce the width of the post text without reducing the width of the featured image.

See this link https://violao.art/joao-carlos-victor/

The width of the post text follows the body width (1140px).

Thank you!

Hi there,

try this CSS:

.single-post .entry-content,
.single-post footer.entry-meta,
.comments-area {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

It worked!

Is it possible to do the same with the comment box?

Worked perfectly!
Thank you!

You're welcome

Thank you!

This archived topic is closed to new replies.