Jump to content

problem with login page


Recommended Posts

HI

 

Float and color  <H1> make problem

 

in your Global.css line 123

change

h1 {
font: 21px "Vidaloka";
line-height: 22px;
margin-bottom: 20px;
float: left;
margin-top: 18px;
margin-left: 16px;
color: #FFF;
}

by

h1 {
font: 21px "Vidaloka";
line-height: 22px;
margin-bottom: 20px;
margin-top: 18px;
margin-left: 16px;
color: #000;
}

@++

 

loulou66

Link to comment
Share on other sites

×
×
  • Create New...