Joomla Front End System Alerts - Question | JoomShaper

Joomla Front End System Alerts

DM

Diego Mello

SP Page Builder 1 year ago

Hello!

I need to change the layout and position of the Joomla System Alerts. They are displayed on the bottom right of the page and during my client's testings the users couldn't seethese messages.

How can I do this?

Is it via override or is there an esier way to change the layout and position of the system alerts?

Thanks a lot, Diego

0
6 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #172607

Please provide your site url.

0
DM
Diego Mello
Accepted Answer
1 year ago #172691

Hello Atick. Is is on the hidden content.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #172696

Could you please confirm the desired placement for the Joomla System Alerts on the page?

0
DM
Diego Mello
Accepted Answer
1 year ago #172698

Actually I'd like to be able to also work on the layout, but these system messages should be presented in a way that is easyer for user to see them.

I beleive that centered will do the job.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #172700

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

#system-message-container {
    bottom: 450px; /* Adjust according to your preference */
    right: 300px; /* Adjust according to your preference */
}

This should resolve the problem. Please let us know if you need any further assistance!

Best regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #172705

Hola Diego,

You can also use that Custom CSS:

#system-message-container {position: relative; max-width: 99%;}

then it will be at the top, as you can see in Casiopea.

0