-
AuthorPosts
-
December 5, 2006 at 1:52 pm #117862
Hi all,
the following pages are both from JoomlArt demo server.http://template.joomlart.com/ja_regulus_ex/index.php?option=com_frontpage&Itemid=1
http://template.joomlart.com/ja_regulus_ex/index.php?option=com_content&task=view&id=14&Itemid=2
The first page is the Home page, and the second is a link from the Home page called ‘Our future plans’.
I’ve noted that the title of the articles (orange: “Our future plans”) has two different sizes (14px and 21px) despite they are both under the same CSS element (td.contentheading).Could someone explain me the reason of this size difference?
(see images)
Thank you.
December 8, 2006 at 9:53 am #212389Somebody can help me please ? :-[
corrado444 Friendcorrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
December 9, 2006 at 6:30 pm #212420I havn’t had time to check the CSS, but I have noticed the same problem in my site. I fixed it with custom CSS but still at times I see it popping up. I believe it may have something to do with the rules above the header. Allthough if the size is in pixels should not make a difference. If I recall many of the fonts are in em maybe you want to check that
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
December 10, 2006 at 3:39 am #212429Looking in template_css.css, change the font size in 2 classes:
.contentheading {
color: #E97B00;
font-size: 2em;
}table.blog .contentheading, .contentpagetitle {
font-size: 1.4em;
font-weight: bold;
}December 10, 2006 at 8:18 am #212433Hello
I changed this
.contentheading {
color: #E97B00;
font-size: 2em;
}
…to this
.contentheading {
color: #E97B00;
font-size: 1.4em;
font-weight: bold;
line-height: 20px; /*Needed for long titles*/
}
and worked.
Corrado, you was absolutely right 😀Thanks to Corrado and thanks to the Dev Team for the reply 🙂
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by demarilla 17 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Same element, different font size. Why?
Viewing 5 posts - 1 through 5 (of 5 total)