-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floating an image next to paragraph not intuitive #2549
Comments
To add to this: I tried the following:
Skipping step 3 allows the image to flow next to the paragraph. |
Looks like this is a styling issue. The caption should not be wider than the image. |
@iseulde Would you fix the styling by adding a max-width inline style to the "figure" container? If you take a look at the linked ticket (#2555) I've pasted the HTML code that's generated by the caption both in the Gutenberg editor and in the HTML for the front-end. After looking at the code I think I could do this (good first task!) but I'm not sure what the conventions are supposed to be for setting hard-coded widths (for things other than images) |
It looks like this might be fixed in #2682. Will test again w/ @emailprotwk when that gets wrapped into a release. |
My testing goal was to add an image and float it next to a paragraph. I added a paragraph first, but found there is no tool to add an image to the left or right of the image.
I was told to add the image first, float it. Then to add the paragraph, which automatically floated the paragraph.
Also, I don't understand the box around the image. Is this margin or padding? How do we edit it?
The text was updated successfully, but these errors were encountered: