Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an absolute position in the layout for Site Panel Feature #819

Open
WM-Loose opened this issue Sep 26, 2024 · 1 comment
Open

Provide an absolute position in the layout for Site Panel Feature #819

WM-Loose opened this issue Sep 26, 2024 · 1 comment

Comments

@WM-Loose
Copy link

WM-Loose commented Sep 26, 2024

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 WM-Loose changed the title Provide an absolute position in the layout vor Site Panel Feature Provide an absolute position in the layout for Site Panel Feature Sep 26, 2024
@Joomlaplates
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants