Thanks, @bensibley. I think I solved the images problem here. ??
Another quick question: can I justify the posts and pages of the website using a CSS code? When I write posts, wordpress doesn’t show this option. I found this code, but it also changes the alignment of my logo, that’s supposed to be center-aligned.
div {
text-align: justify;
text-justify: inter-word;
}