I can't center my post titles. Using the Build theme. Please help!
Thanks!
in your stylesheet under h2, did you try adding
text-align: center;
?
hahaha i have tried that so many times and it never seemed to work. of course it did now! thanks x)
how do i center "posted by.." and the other subheadings?
Thanks for your help!!
same thing,
under div.postmeta
add:
text-align: center;
**just as a tip, i would recommend getting firefox and downloading firebug. it basically is a program that allows you to hover over elements on your webpage and see what code defines it. it also allows you to make adjustments to your code and see how it changes your website immediately, without actually changing your real code. it's a great way to understand more about your site and learn how to fix small things like this. it also is a great way to fiddle around with your site and mess with settings to see what the effect is without possibly ruining your real code.
thanks, you are a lifesaver! i will certainly do that!
You must log in to post.