How to make header bar bigger for Pinbin theme?

Hello Mr Aigars. Many many thanks for a really amazing theme. I have one question though. How could i make the header bar bigger?

You can add something like this to your Child Theme style.css

#main-nav-wrapper {
  min-height: 65px;
}

But depending on your layout, menu items, logo, etc, you might want to adjust size for other items as well.

Yes i saw that after i change this , i need to change the size of the logo to fit and the size/position of the menu items. Could you tell me how i could make these changes too ?

or if its easier you could tell me how to put the menu items from the right side of the header bar and let the logo in the left.