Hi
Okay, This is out of scope to the design of the theme but We can do it for you.
Because we have prepared some extra CSS code to do it.
Please also add the below CSS code in the Additional CSS box.
@media (min-width: 992px){
.site-header .col-lg-9 {
flex: 0 0 88%;
max-width: 88%;
}
.site-header .col-lg-3 {
flex: 0 0 12%;
max-width: 12%;
}
}
Let us know if it works.
—
Thanks