user3710370
user3710370

Reputation: 99

froala editor not working perfectly

I am using froala editor for insert CMS content to database.But it not work perfectly , I am arrange content in left side and image in right side , it aligned correctly in editor , but in my view page (get content from database) it not aligned correctly.

In editor

In editor

In View page

enter image description here

Anyone please help me

Upvotes: 0

Views: 2146

Answers (1)

st3fan
st3fan

Reputation: 1640

You have to include froala_page.min.css in your view to fix image alignment.

Also, in edit mode, the editor text is aligned to left. In your view mode the text is aligned to center because you have some CSS that overrides that.

Upvotes: 1

Related Questions