rainlab/blog-plugin

Can't align text or image

wardaari opened this issue · 3 comments

image

I don't see option to align text or to centralize an image

Hi @wardaari

When you click on the image, you should see the image-specific options. See below:

image

What about text, though?

The blog plugin uses Markdown format so the text alignment is not supported natively. You can use HTML to do it instead, for example, to center text:

<center>
    My centered text
</center>