blogtitel centraal
HOW TO CENTER YOUR HEADER BLOG TITLE IN BLOGGER'S SOHO THEME TEMPLATE Log in to Blogger.com . Click on the blog you want to edit. The one that uses a Soho template. Now, go to ‘ Theme ’ on the left panel and click on ‘ Customize ’ under the ‘ Live on Blog ’ frame. Then, move to ‘ Advanced ’ on the left panel and scroll down to ‘ Add CSS ’. Paste the code below at the end of any other CSS code you might have there. /* CENTERING THE BLOG TITLE */ .blog-name { text-align: center; } Press ‘ Apply to Blog ’. You're Done -ald Duck!