You can add a background image to the Header and an image to the Running Head.
Adding a background image elsewhere looks like it would require custom css.
If you could be more specific, someone here could probably come up with the css.
centering a logo probably needs custom css as well.
A link to a page with an uncentered logo would help.
@Matthew will need to chime in. Kookaburra is a lot different than Pangolin. I’m pretty decent at figuring out css for Pangolin, but Kookaburra uses the css flexbox layout and I’m not all that familiar with it.
as far as the page background image, I can inspect and copy the css from the Pangolin page and apply it to what looks to be the appropriate selector for Kookaburra.
It may not be an exact match, but this is what I found to work:
The running head isn’t mean to be used the way you’re using it, and you’ve made a bit of a mess of your mobile experience with whatever customizations you’ve done.
So far, I’ve found no solution. Getting the navigation below the running head is easy, but centering a logo? I’ve not found a way. Kookaburra uses flexbox, and I’m not that familiar with it. Maybe Daniel or @Matthew will have an idea.
I don’t know about centering the logo, but to place the navigation below the logo, take the nav out of the Running Head and place it Beneath the Header
As Rob mentioned, currently the navigation is inside the header and the logo doesn’t have it’s own <div>. So we can’t easily manipulate them with custom css.