Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063483
    bak
    Participant

    Hi there

    I am working with a lot of H1 on 1/2 + 1/2 or 2/5 + 3/5 layout.

    On Medium screens like Ipad landscape and regular view, the H1 view is not responsive (enough) and hence cut off

    How can I address this?

    #1063493
    Jade
    Moderator

    Hi there,

    You may use the Responsive Text feature which is available in Cornerstone.

    Please see this link on how to use it.

    Hope this helps.

    #1063495
    bak
    Participant
    This reply has been marked as private.
    #1063535
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    @media screen and (max-width: 969px) {
    #x-section-1 > div > div.x-column.x-sm.x-3-5 > h1 {
    font-size: 270% !important;
    }
    }
    

    Hope it helps,

    Joao

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