Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • demarilla Friend
    #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.


    1. images
    demarilla Friend
    #212389

    Somebody can help me please ? :-[

    corrado444 Friend
    #212420

    I 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 Moderator
    #212429

    Looking 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;
    }

    demarilla Friend
    #212433

    Hello
    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 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  demarilla 17 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum