Hi @sling22
I hope you are doing well today.
The empty paragraphs will not help there as <p> is not a block element, and it needs to be inline by default to fit images aligned to the left or right side.
You can switch to text mode and before each “issue” paragraphs add:
<hr style="clear:both;"/>
Or, if you use Gutenberg, make separate blocks, and place each day in separate block.
Kind Regards,
Kris
thanks Kris for your quick help! But what did I wrong the code doesn’t work?
Stefan
Hello @sling22,
I think this is what you are looking for.
https://ibb.co/pr2KhrKg
You are adding all the images in this page using ‘gallery’ block in your editor and you are adding this image using ‘image’ block. Therefore, there is this issue of alignment. Try uploading this image using ‘gallery’ block option.
https://ibb.co/k6xNkCBx
And remove this code ‘ if above explaination does the job –
<hr style="clear:both;"/>
also thank you Dahiya. I am confused in how to input picture(s) correct? In my understanding it is like this:
- if I want to input two or more pictures I have to use the gallery
- if I want to input just a singe picture I have to use picture
Is this correct?
But the alignement seems to be different, isnt’t it?
So how is the correct doing when I wanted to input a single picture and this should be inside the text, left, middle or right? And also the size should to be controlled?
And: is there a special function to set a save text section, independent if there before is text or pictures or both of it?
Sorry for all the questions, think I’m still a beginner in using wordpress
Greetings Stefan