Okay
  Public Ticket #2178409
Fix Unresponsive "Fullscreen Slider" Text for Long Titled Projects in Portfolio
Closed

Comments

  • Shawn started the conversation

    My project titles on mobile do not properly act responsively and repeat down onto the next line of the next project name and overlap. It looks bad, please help me fix. 

  •  1,825
    Support replied

    Hi,

    just decrease the font size for mobile devices

    @media only screen and (max-width: 767px){
    .title {
        font-size: 50px;
        line-height: 80px;
        height: 80px;
    }

    }

    change the font attributes to fit your title length and add the code to customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Shawn replied

    thank you. this resolved my issue!