Arranging Blog Post Images

I would like to be able to display 1-3 photos at the top of each blog post. I tried adding a custom content section to my default blog post template, but then every post had the same 3 photos. I then added the photos to the blog post editor itself, and while they appear next to each other on the editor, they are stacked on top of each other when viewing the page. What is the easiest way to achieve this? Do I have to make a unique template for each blog post?

1 Like

Hi @blackdogfarmmt

Can you share your blog url to us. Then we have a check and give you a solution

Hi @blackdogfarmmt

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

article-template .rte img {
    max-width: 33%;
}

Hi @blackdogfarmmt , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks