Hello,
I have a problem in your browser IE9 and Edge. The icons in the header are not centered. Example of your demo atachment.
.big-icon {
color: @secondary_color;
font-size: 6 * @body_font_size;
margin-left: -3 * @body_font_size;
position: absolute;
top: -130px;
}
.big-icon {
color: @secondary_color;
font-size: 6 * @body_font_size;
left: 50%;
margin-left: -3 * @body_font_size;
position: absolute;
top: -130px;
}
#gkHeaderMod .big-icon {
color: #c1702d;
font-size: 60px;
margin-left: -30px;
position: absolute;
top: -130px;
}
#gkHeaderMod .big-icon {
color: #c1702d;
font-size: 60px;
left: 50%;
margin-left: -30px;
position: absolute;
top: -130px;
}