Page 1 of 1
Easy way to add pictures in text content?
Posted: 24 Jul 2025, 03:40
by Oettinger
Hello everyone,
since i have no clue i just ask here :)
Is there an easy way to insert pictures in the content part (for blog posts) which aligns with the text? Like the quick example attached.
With best Regards
Re: Easy way to add pictures in text content?
Posted: 24 Jul 2025, 07:57
by metallissimus
If you hover over the "magic wand" icon on the right in the menu bar above the editor, you can find a lot of useful snippets. One of them is "columns 4/8", which basically does what you want. Just replace the example content. You can also play around with the column widths by modifying the lines
<div class="medium-4 columns">
...
<div class="medium-8 columns">
Just change the numbers to the ratio you want (e.g. 6/6, 9/3), ideally they sum up to 12 to span the full width.
Re: Easy way to add pictures in text content?
Posted: 24 Jul 2025, 08:21
by Oettinger
Hm i have a wand on the left, but nothing with columns.
Re: Easy way to add pictures in text content?
Posted: 24 Jul 2025, 09:04
by metallissimus
In the top menu, under Settings > Panel > Content editor (near the bottom), have you selected "Html wysiwyg"? In this case, change it to "Markdown" and you will get a menu bar like this:
Re: Easy way to add pictures in text content?
Posted: 24 Jul 2025, 10:21
by Oettinger
Ok, got it. And changed it. Must have been 3-4 years ago on first setup.
Thx for the help, i will try the magic :)
Re: Easy way to add pictures in text content?
Posted: 25 Jul 2025, 03:53
by Oettinger
Works like a charme and as i intended it :clap: