To allow content in header match left alignment to logo above
See examples:
https://www.zevohealth.com/
https://creditlogic.com/
@media only screen and (min-width: 1700px) {
.HeaderLeft {
padding-left: 18%!important;
}
}
@media only screen and (max-width: 1700px) {
.HeaderLeft {
padding-left: 220px!important;
}
}
@media only screen and (max-width: 1600px) {
.HeaderLeft {
padding-left: 180px!important;
}
}
@media only screen and (max-width: 1550px) {
.HeaderLeft {
padding-left: 110px!important;
}
}
@media only screen and (max-width: 1425px) {
.HeaderLeft {
padding-left: 90px!important;
}
}