Upload logo in sticky menu (header)

Hi @ebookoo,

I hope you are well today and thank you for your questions.

how i can add logo to my sticky menu (it should be visable on the left side of header)

You have to develop custom code to achieve this by referring the solutions shared in the following topic.

https://colorlibsupport.com/t/logo-to-menu-bar/

logo -> search bar -> menu button

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page .nav-search {
    float: left;
}

#page .navbar-collapse {
    float: right;
}
other question how i can translate search in search bar into polish language ? ?

Please try using following plugin to change it.

Best Regards,
Movin