Modify Blog Body Text Width - Venture Theme

Hello, hope you’re all well.

I was wondering if anyone knows how to reduce the width of the text in in the blog entries? I can’t seem to find it anywhere in the code and have messed up a few things trying to do so. Here is a screenshot of what I mean.

Thanks in advance for any help,

Dan.

What’s your store URL?

Hi Sergiu,

The url for the site is:

www.dckutcher.com

password: dckutcher

Thanks a lot,

Dan.

Add this snippet to the bottom of your assets/theme.scss.liquid file:

.rte--indented-images {
    margin-left: 20%;
    margin-right: 20%;
}

You can play around with the value of 20%

Hi Sergiu,

Many thanks for that, it worked on the blog entry pages for sure. It also seems to have modified the width of the text previews on the blog entries page, do you know if there is a way to make it so that it doesn’t affect those parts?

Thanks very much,

Dan.

Absolutely, adjust the snippet above so it reads:

.template-article .rte--indented-images {
    margin-left: 20%;
    margin-right: 20%;
}

Hi Sergiu,

Thanks so much, that worked perfectly!

Dan.

Hi @Visely-Team would you be willing to share how to reduce the body text of the OOTS Flex Theme blog (www.delidia.de)? thanks in advance