CENTER TITLE

Permalink
Hello, please help me center the TITLE on my page:http://nicholasonviolin.com/

Thank you!

AOB
 
mhawke replied on at Permalink Reply
mhawke
The area where you put the title is actually designed to be the spot where a logo is displayed. The designer of the theme pushed the logo to the left to leave room for any navigation links that might go along the top. While it's certainly possible to add some CSS rules to override the position of that title, as soon as you add any navigation links to the top, it would quickly turn into a bit of a mess. If you just want a title to be above the picture then I would try deleting the contents of the logo area altogether and then just add a Content Block to the page and add an H1 above a photo. Then you can center the whole thing.
AOB replied on at Permalink Reply
AOB
Thank you so much! I was able to do the second part easily enough. Could you please help me delete the LOGO? Where did I type it into in the first place?
AOB replied on at Permalink Reply
AOB
I also seem to have a similar problem here: luciaonviolin.com. The bottom green bit appears to be a logo, and I can't grab it and delete it in any way.
tallacman replied on at Permalink Reply
tallacman
W00t, I did it:

#header h1,
#header h1 a{
position: relative;
width: 100% !important ;
}
#logo{
text-align: center;
}

put that in your css file at the end.