Public Ticket #2178409 Fix Unresponsive "Fullscreen Slider" Text for Long Titled Projects in Portfolio Closed
Comments Shawn started the conversationOctober 9, 2019 at 12:19amMy 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,973Support repliedOctober 9, 2019 at 3:45pmHi,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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyShawn repliedOctober 9, 2019 at 6:18pmthank you. this resolved my issue! Sign in to reply ...
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.
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
thank you. this resolved my issue!