system message getting hidden

GK User
Wed Nov 18, 2015 10:22 am
One I register in my site here http://3dprinting.atoa.com/reg the system message and all other warning messages is not visible. It is getting hidden to the main menu as you can see in this screen shot http://prntscr.com/942jcx . I want the messages to be displayed little below the main menu so that the message is visible...

Thanks
User avatar
Senior Boarder

teitbite
Sat Nov 21, 2015 11:39 am
Hi

First of all add this to override.css to fix the unvisible entries in form fields:

Code: Select all
.registration input[type="text"], .registration input[type="password"] {
padding: 0 !important;
}


for the message. Have You modified any files ? The code I see there now is odd. Try add this to override.css to fix it:

Code: Select all
#system-message {
    margin-top: 20px;
}
User avatar
Moderator


cron