Why isn't the seperator in the middle?
At default homepage the sepeartor is centered ...
Thank you in advance.
.gkNspPM-GridNews hr.separator {
left: 50%;
margin: 25px 0 0 -100px !important;
}
.gkNspPM-GridNews hr.separator {
margin: 25px auto !important;
overflow: visible;
width: 160px;
}
hr.separator {
overflow: visible;
}