Topic Resolution: Resolved
    Jeff Hoffman
    Spectator
    Posts: 47
    January 24, 2016 at 3:58 pm #23785

    page from web site

    a page to show what I mean

    Imran
    Spectator
    Posts: 402
    January 25, 2016 at 12:10 pm #23798

    Hi Jeff,

    Thanks for writing in!

    when viewing on small screes the headings are not responsive

    Please add the following code under your Appearance -> Customize -> Custom CSS:

    .t4p-title h1, .t4p-title h2, .t4p-title h3, .t4p-title h4, .t4p-title h5, .t4p-title h6, .heading h3 {
    float: none !important;
    display: block !important;
    }

    .t4p-title {
    display: block !important;
    }

    .entry-content h2 {
    font-size: 250% !important;
    }

    .entry-content h1 {
    font-size: 270% !important;
    }

    Please use headings into percentages. It’s advised to remove any extra custom codes from your custom CSS field.

    Thanks!

    Jeff Hoffman
    Spectator
    Posts: 47
    January 26, 2016 at 1:31 am #23827

    Thanks for the help. It seems to work and I will play with the percentages.

    Imran
    Spectator
    Posts: 402
    January 26, 2016 at 11:46 am #23836

    You’re welcome! 🙂