CSS – Center Site Text

  • Unknown's avatar

    Hi Folks,

    Could someone provide a CSS solution to center the site text of a Nuntius theme as I am needing to put ALT+255 space characters to center text within my image?

    The problem is that Web browser tabs see the space characters…

    Cheers, Colin

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Colin,

    If you have the Custom Design upgrade, you can add the following custom CSS to center the site title text:

    #site-title {
    	text-align: center;
    	width: 100%
    }

    You will want to delete the ALT+255 characters when using the CSS above.

    Lastly, if next time you need any other CSS help, please ask in the CSS Customization forum: https://en.forums.wordpress.com/forum/css-customization

  • Unknown's avatar

    Thanks hafizr, that was the syntax I was after.

    Yes, sorry about the incorrect forum. I simply forgot as I don’t edit CSS all that much at present. I’ll make an effort to remember next time.

    Cheers, Colin

  • The topic ‘CSS – Center Site Text’ is closed to new replies.