Align image to left without float #396
-
Hi, Doable in markdown or with some kind of CSS tweaking? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
@gummigroda Did you try the figure shortcode with option left, as shown here? |
Beta Was this translation helpful? Give feedback.
-
Hi, That works. But I need an option to aligning the image to the left without the underlying text moving to the right of the image. (Which I believed was the "floating" part.) |
Beta Was this translation helpful? Give feedback.
-
@lxndrblz and I'd like align it left: is it possible in any way? |
Beta Was this translation helpful? Give feedback.
-
That works, thanks! |
Beta Was this translation helpful? Give feedback.
-
@gummigroda Ofc, try this: .post__content img {
margin-left: inherit; |
Beta Was this translation helpful? Give feedback.
-
Ahh, I see the logic now. |
Beta Was this translation helpful? Give feedback.
-
No worries. |
Beta Was this translation helpful? Give feedback.
@gummigroda Ofc, try this: