this is in your css and it should not be:
[class*="span"] {
float: none;
margin-left: 20px;
min-height: 1px;
}
You should not adjust framework css or you break the site.
3. well you can always add this:
.home .eps {
margin-top: -10px;
}
this is in your css and it should not be:
[class*="span"] {
float: none;
margin-left: 20px;
min-height: 1px;
}
You should not adjust framework css or you break the site.
3. well you can always add this:
.home .eps {
margin-top: -10px;
}