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

  Friday, 19 July 2019
  2 Replies
  3.8K Visits
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
more than a month ago
·
#100580
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
more than a month ago
·
#100582
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.

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

  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!