Hello FA,
Either you make sure you’re using relavant size logo it’s way too large and adjust accordingly or here is a quick fix, please add the following css inside the additional css section of your customizer;
@media screen and (min-width: 768px){
.lavish_logo .img-responsive {
position: absolute;
top: 55px;
height: 80px!important;
}
}
Note: You may change the height and positioning accordingly.
Let us know.
Thanks!