azzaya
Hi
Logo width is 100% and its using max width of image already
If you will upload bigger image u can add this code in custom css to increase the height
.navbar-brand .logo-img {
max-height: 146px;
}
To move the menu on right side use this code
.header-layout-11 .t4-logo-header {margin-right:50px;}