astroid-framework icon indicating copy to clipboard operation
astroid-framework copied to clipboard

Provide an absolute position in the layout for Site Panel Feature

Open WM-Loose opened this issue 1 year ago • 1 comments

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.

WM-Loose avatar Sep 26 '24 10:09 WM-Loose

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;
}

absoluet

Joomlaplates avatar Oct 05 '24 18:10 Joomlaplates

@WM-Loose Is this still an issue?

felixkat avatar Jan 26 '25 18:01 felixkat

Closing as no response. Please re-open if it's still an issue.

felixkat avatar Feb 23 '25 13:02 felixkat