Center Title on pages and posts

Support Area Forums Foxy Center Title on pages and posts

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #11207
    Rob
    Participant

    I’m using Cufon for page h1. I just can’t center title in posts and pages. Is there another piece of code I’m missing? Because it’s floating left?

    #11209
    Bill Robbins
    Participant

    Rob,

    In order to have the red background behind the titles not span the full width of the content area, the titles are set to float to the left. You can change that with this CSS snippet:

    
    h2.title,
    article h1, 
    h1.page-title,
    .page-content h1 {
    	float: none;
    	text-align: center;
    	padding: 5px 10px;
    	margin: 0 -30px 15px;
    }
    

    If you’ll place that in the Custom CSS box, that should cause them to span the full-width of the content area and also be center aligned.

    Let me know if you run into any trouble,
    Bill

    #11213
    Rob
    Participant

    Thank you!

    #11214
    Bill Robbins
    Participant

    Anytime Rob.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Title on pages and posts’ is closed to new replies.