Tagged: x Author Posts June 29, 2016 at 5:20 am #1064586 bakParticipant 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? June 29, 2016 at 5:22 am #1064587 bakParticipant This reply has been marked as private. June 29, 2016 at 7:13 am #1064700 ChristopherModerator 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. Author Posts <script> jQuery(function($){ $("#no-reply-1064586 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In