1) I’d like to have the header image and menu bar fixed. I’ve found the below css code in the forum, which works – but it also makes the page title bar disappear. And I would like to keep it.
.hgroup-wrap,
#access {
position: fixed;
width: 100%;
z-index: 100;
}
.hgroup-wrap {
background-color: #fff;
top: 0;
}
#access {
top: 105px;
}
2) I’d like to have my header image on the same line as the menu bar. At the moment my header image (on the left) is lower than the menu (on the right).
For this you have to customize the code. You need to hire a developer as this is a new feature to add in the theme.
Above CSS code may not work for Attitude theme. If it works in your site then please provide us your site URL where you have add the above CSS code? So that we can see your site and see how it is working.