Seen On Typepad: A Mini Mini Album
Featured Blog: Shelley Klammer - Expressive Art Inspirations

Quick Tip: Align Your Blog Title In Design Lab

Align Your Blog Title In Design Lab

The Design Lab is our easy to customize, mobile friendly theme. When you don't add a banner to your theme, your blog name and description will be centered on the theme. 

You can change it up by adding a bit of CSS code to left or right align the title and description. 

Quick note: If you want to make changes to the CSS code, you need an Unlimited plan or higher. You can quickly upgrade if you do not have this plan. 

Add Alignment to your Title and Description

Click on the Blogs > Name of blog > Design > Custom CSS. In the box, paste in the code for the alignment you want below. Last, click on Save Changes. 

Left Align CSS Code:

#banner h1, #banner h2 { text-align: left; }

Right Align CSS Code: 

#banner h1, #banner h2 { text-align: right; }

Left Alignment Your Blog Title

Right Alinment Your Blog Title

Now that you have aligned your blog title and description share your blog in the comments. We'd love to take a look. 

 

Comments

The comments to this entry are closed.