Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048937
    MikeMobley2002
    Participant

    Hey Guys,

    This page – http://www.mikemobley.com/portfolio/collaborative-communications/

    The portfolio item title is not responsive and on the phone when viewing vertical, some letters cut off and start a new line.

    How can I fix this where everything is responsive?

    Thank you!

    #1049172
    Christopher
    Moderator

    Hi there,

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

    @media (max-width: 480px){
    .entry-title {
        word-wrap: normal;
    }
    }

    Hope that helps.

    #1049197
    MikeMobley2002
    Participant

    That did it, thank you!

    #1049363
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

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