[ad_1]
[ad_2]
Trying to figure out how to make text bubbles/blocks like this for a wordpress article comparing responses from different folks on a topic. Also, so sorry for bringing politics here, i just really like the format of these little text blocks

It shouldn’t be too difficult, and there’s a few ways you could do it.
If you need static content and use a block theme you can achieve a similar look like this:
– create a group with vertical piling layout
– put the larger quote as first block
– as second block put a group with horizontal alignment
– in the group place the image and a paragraph that will go side by side
– you will have to stylize the blocks, maybe adding a custom class in the editor and targeting it in your CSS
If you want dynamic content the best solution would be creating a custom post type (via code or using a plugin), create the layout you want and include it in the page by a loop block or via custom templates
If you’re looking for an easy way to create those text blocks, try using patterns from [Blocklayouts Testimonials](https://blocklayouts.com/patterns/sections/testimonials/). They’ve got some that are pretty close to what you’re after. Just copy and tweak them to suit your needs.