Is sorted - just quick one: http://www.stratos-team.com/ - if you click 'Nasze Loty' you can notice navigation on sidebar, but if you pickup any from nav then nav from sidebar is gone, can you please let me know why?
1) Maybe you set this sidebar for one page only? Please check Page Options section for each page because you forgot to set sidebars for other pages.
2) What problem you mean exactly? Menu items goes to the new line or what? It that's what you mean, you have too many menu items in header and that's why these items moves to the new line on smaller screens.
1) Please send us private message with dashboard access and we'll have a look on it because we are sure that you did something wrong.
2) It is not possible to extend sticky header height on mobile devices unfortunately. What you can do is remove search from sticky header and decrease padding between menu items only what can be done with below css:
#Top_bar.is-sticky .menu > li > a span:not(.description) { padding: 0 10px !important; } #Top_bar.is-sticky #search_button { display: none !important; }
3) Not sure what for this line is and where you got it exactly but what you can do is replace current image on FTP with own.
Comments
1) Maybe you set this sidebar for one page only? Please check Page Options section for each page because you forgot to set sidebars for other pages.
2) What problem you mean exactly? Menu items goes to the new line or what? It that's what you mean, you have too many menu items in header and that's why these items moves to the new line on smaller screens.
2) It is not possible to extend sticky header height on mobile devices unfortunately. What you can do is remove search from sticky header and decrease padding between menu items only what can be done with below css: 3) Not sure what for this line is and where you got it exactly but what you can do is replace current image on FTP with own.