Hi, I'm using Helix Ultimate lastest version and I'm having issue with toaster messeges on login page?
I'm using the below css code to ensure the footer is always bottom of the page. No other content is required on the page so without the code below the footer is halfway up the page.
#sp-footer {
position: fixed;
width: 100%;
bottom: 0px; left:0px;
z-index: 9;
}
The issue is the toaster notification is always hidden when I have the css and if I remove the css I can see the toaster but now the footer is not at the bottom.
This is a standard Joomla login page but seems the template footer does not liek it.
Any solution to change the position of the toaster messege?