1. hapands
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 06 November 2019
  5.  Subscribe via email
Hi -
I am using the Carmen template and would like to center the article titles which all appear under one menu and one category. I added custom CSS code in the template Custom CSS box [code type=css]h2, h2 a:link, h2 a:visited {font-size: 16px; text-align: center;} [/code]. Oddly, that only centers the article title on the first article on the page. ( https://ungunk.com/carmen/index.php/work ). How do I get all the article titles on the page to be centered?
Thank you for your help.
Accepted Answer Pending Moderation
0
Votes
Undo
I just noticed that the first article title that is centered is on two lines. Those article titles that are only on one line do not center.
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.page-header h2 {
text-align: center;
width: 100%;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
That worked great. Thank you.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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