How to edit position of notification message?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Feb 22, 2015 2:39 pm
Reply with quote
Report this post
For example when a user edit his profile appears a confirmation message under the topbar and it is not visible.
Can I edit the position and where?

thank you
User avatar
Fresh Boarder

teitbite
Sun Feb 22, 2015 6:36 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Mon Feb 23, 2015 8:09 pm
Reply with quote
Report this post
Hi

The access You've send me is not working. I got a message "Username e Password non coincidono o non hai ancora un account". Can You please send me the correct one ?
User avatar
Moderator

teitbite
Tue Feb 24, 2015 1:07 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#system-message-container {
    color: #ffffff;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}
User avatar
Moderator

GK User
Tue Feb 24, 2015 3:51 pm
Reply with quote
Report this post
Perfect, thank you!
Just another question: how to move submit button and cancel button in account details or registration page under the form and not on the top?
User avatar
Fresh Boarder

teitbite
Thu Feb 26, 2015 11:56 am
Reply with quote
Report this post
Hi

Try with this code:

Code: Select all
.buttonBar-right {
    bottom: 0;
    position: absolute;
    width: auto;
}

form#adminForm {
    position: relative;
}
User avatar
Moderator


cron