Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376973
    nadinedomnink
    Participant

    Hi, I have a problem with my longer headings in h3 as parts of them disappear on narrow screen. I made the page with Cornerstone. Is there any CSS you could give me?

    Thanks Nadine

    #1376975
    nadinedomnink
    Participant
    This reply has been marked as private.
    #1376995
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 480px){
        .page-id-665 .x-text h3 {
            font-size: 28px;
        }
    }
    @media (max-width: 320px){
        .page-id-665 .x-text h3 {
            font-size: 24px;
        }
    }

    Hope it helps 🙂

    #1377122
    nadinedomnink
    Participant

    perfect, thanks!

    #1377126
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1376973 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>