You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#100578 how to integrate a modul in an article with alignment right

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Saturday, 20 July 2019 10:28 BST

smarthome
Text wrap around modul or how to integrate a modul in an article with alignment right

Please see the attached picture it will explain it.

Thanks

Attachments

hardys
To show a module in the content area you have to set the module to a unique position eg "inarticle" In your article you can load the module with

{loadpostion inarticle}
and then you can style it as you like

Ryan
You may be able to control the position of a module in an article by wrapping it in a styled div, eg:

<div style="display: flex;">
	<div style="flex: 1;">Your content here...</div>
	<div style="flex: 1;">{ loadmoduleid 63 }</div>
</div>
but you will have to experiment with this. It would be useful to know what CSS framework your template uses, as there may be some css classes available to simplify this.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.