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. 2,013Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioShawn 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
thank you. this resolved my issue!