Open WM-Loose opened 1 month ago
Hi Dirk its very easy to add any Module to an absolute position Just add a section and insert an element with a module and give the module a unique class > see picture after that add the following css code and edit like you want
.absolute {
position:absolute;
left:20px;
top:20px;
width:200px;
height:200px;
}
Many customers ask why I can't create a position "absolutely" in the layout. Modules assigned to this position should always be visible (on the right or left edge of the screen) and not disappear when scrolling.
Here is an example of what this should look like as a site panel: https://extensions.joomla.org/extension/sidepanel-jt1/
Maybe it works with Astroid too, but I haven't found a way to set such a position yet.