KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Bad Justification on Tile Layout Headers #160

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

I'd like to make the first and second line of my blog post titles have the same 
justification (left, center, full, etc.) when they show in the tile layout I'm 
using for my home-page. Right now the first line is slightly indented and the 
second is not at all.

Thanks!

What steps will reproduce the problem?
1.
2.
3.

What version of the ... are you using?
1. Wordpress:
2. Constructor:
3. PHP:
4. Browser:
5. OS:

What URL of your blog(s)?
1. http://www.dearsportsfan.com

Please provide any additional information below.

Original issue reported on code.google.com by ezrafisc...@gmail.com on 6 Jun 2011 at 3:07

GoogleCodeExporter commented 8 years ago
You can use CSS for justification the title or description:
#name {
    text-align:left !important;
}
#description {
    text-align:right !important;
}

Original comment by AntonShe...@gmail.com on 24 Jun 2011 at 3:54