Smaller text width in full width layout for posts

Hi, I’d like to use full width layout for posts, however the text in the browser looks too wide… How to keep the width of images but make text width smaller and in the center? Thanks!

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*container width*/
.container {
    max-width: 900px;
}

Best regards,
Support.

This CSS apply to the whole container, but how to have one width for images and another width for text inside the same container?

Good morning @leila

Can i see it? please provide one example of your page and I will check it its possible

I modified the picture of Activello template to demonstrate what I would like to achieve. Basically one width for the images, but another (smaller) width area for the text.

Hello @leila
Yes, i know how it looks on the picture but wants to see an example on your live page to play with the page:)