mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
49 stars 20 forks source link

How to center image #86

Closed rogerdalmacio closed 10 months ago

rogerdalmacio commented 10 months ago

i choose center image but when rendering on html it wasn't centered

mostafaznv commented 10 months ago

Hi @rogerdalmacio It will add some classes to your output HTML, and you can style it with CSS. In general, you should style output HTML with CSS and ckeditor doesn't do much about this.

ChefAharoni commented 2 months ago

I'm having the same issue; when trying to align the picture to the right/left, it does not change on the rendered page.

mostafaznv commented 2 months ago

@ChefAharoni

related to https://github.com/mostafaznv/nova-ckeditor/issues/117

ChefAharoni commented 2 months ago

@ChefAharoni

related to #117

Works perfectly, thank you.