By Kanaka on
Hi, I'm using the garland/minnelli theme and want to centre the text in the mission statement. I found that the html for centre doesn't work while html for things like bold and h1 etc do. I assume I have to change the css for this but I cant find it. Any help appreciated.
Comments
the css would be
the css would be .mission
hard to tell you exactly where that is considering you haven't mentioned what theme you are using.
thanks
As I said I'm using the garland minnelli theme. I found it thanks
my fault, i glazed right
my fault, i glazed right over your mention of the theme. glad you got it sorted.
Get FireFox, then get
Get FireFox, then get FireBug, open your site in FireFox open FireBug, click Inspect in FireBug hover over the mission statement, on the right it will tell you the CSS you're looking for is .mission{} then show you the line the code is on and the file it's in. It's a great tool you can even edit the CSS right there and see the effect it will have live, then you can see what's keeping other things from working. But in this case you probably just want to add text-align:center; to .mission{} in the styles.CSS file of which ever template you're using.
Oh you got the answer before I posted :P D/L FireBug anyway!
FireBug sounds good
thanks for the tip WhatTheFawk