Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bobptz Friend
    #1004317

    Hi

    I noticed that in narrow screens, the H2 is bigger font size than H1 (article header). Is this intentional?

    H1: "Children Courses"

    H2: "Why Choose us"

    I think I know how to fix it on my site. I just thought to alert you, in case you had not noticed it.


    1. h1-h2
    Pankaj Sharma Moderator
    #1004388

    Hi
    This is not issue, there are different classes used on the page. H1 title is used for article title and there are font size css defined for the article title differ from the standard H1 classes.
    On the other side h2 used on your article content used global h2 classes.
    As u already know the fixes i suggest you to add custom classes in custom.css file to override it as per needs.

    bobptz Friend
    #1004470

    Hi

    Now I understand that this is not a technical issue (bug).

    IMHO H1 should never be smaller than H2. Also the H1 page header should also never be smaller than article-body standard H1.

    Pankaj Sharma Moderator
    #1004526

    Hi
    there are different classes used on the page. H1 title is used for article title and there are font size css defined for the article title differ from the standard H1 classes
    Here is code used for article title h1

    @media screen and (max-width: 767px){
    .article-title, .article-header h1 {
        font-size: 24px;
    }}
    bobptz Friend
    #1004655

    Thank you for the tip.

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

This topic contains 4 replies, has 2 voices, and was last updated by  bobptz 7 years, 3 months ago.

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