1. louies
  2. Commercial Templates
  3. Wednesday, 15 August 2012
  4.  Subscribe via email
Need help on centering the article title on my novation template.
here's a sample http://servoitsolutions.com/index.php/oc/luzon/fundacion-pacita
Accepted Answer Pending Moderation
0
Votes
Undo
Try adding the following to the Custom CSS field of your templates parameters...

[code type=css]h2, h2 a:link, h2 a:visited {text-align: center;}[/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
didn't work. Actually I have this in my custom css codes
h2, h2 a:link, h2 a:visited {font-size: 16px;}{text-align: center;}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Change your..

[code type=css]h2, h2 a:link, h2 a:visited {font-size: 16px;}{text-align: center;} [/code]
to...

[code type=css]h2, h2 a:link, h2 a:visited {font-size: 16px; text-align: center;} [/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent! Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!