Add the following css to: Appearance > Customize > Additional CSS:
@media only screen and (min-width: 1100px) {
body.fixed .cg-menu-below .container.width-auto {
padding: 0px 15px;
}
body.fixed .cg-menu-below {
height: 96px;
}
body.fixed .cg-menu-below .menu > li > a,
body.fixed .cg-menu-below .leftnav a {
line-height: 96px;
}
}