Unfortunately I think my initial problem is that I can see that maybe my question has been answered but in Polish.
I want to get my logo centred in the heading but can't seem to manage this - I have tried a couple of things - but unfortunately nothing worked. Would appreciate some indication of how I could achieve this.
Secondly - I got rid of the _demo_heading jpgs (as I was expecting my logo to be included in the the headings of each page) I now have a blank spot where I though the logo should go?
Obviously I need to place my logo somewhere and a link in the backend somewhere - Help Please
your should edit templates/default.css and change #logo styles. delete width from #logo and add center for exaple: #logo{width:222px;padding:40px 0 0;} #logo h1{float:left;width:100%;padding:12px 0 6px;border-top:1px solid #66563e;border-bottom:1px solid #66563e;background:#513c1e;text-align:center;font-size:1px;line-height:1px;}