Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1064586
    bak
    Participant

    hi there

    I have 1/3 column layout with promo elements. On desktop and mobile it looks fine.

    On medium screens I have problems with the H3 headlines.

    How can I address this?

    #1064587
    bak
    Participant
    This reply has been marked as private.
    #1064700
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:1130px) and (min-width:767px){
    .x-promo-content h3 {
        word-break: break-all;
    }
    }

    Or to change font size add this code :

    @media (max-width:1130px) and (min-width:767px){
    .x-promo-content h3 {
    font-size:15px;
    }
    }

    Hope that helps.

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