The title is so long that with the font size it goes off the page on a mobile device. I have added the following code in the custom CSS but it is not working.
@media only screen and (max-width: 690px) {
body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2, body .full-width-content .vc_span12 .swiper-slide .content h2 {
font-size: 45px!important;
line-height: 59.8px!important;
}
}
I am using the child theme but have not yet customized any of the code.
Page is https://workthere.co.
The title is so long that with the font size it goes off the page on a mobile device. I have added the following code in the custom CSS but it is not working.
@media only screen and (max-width: 690px) {
body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2, body .full-width-content .vc_span12 .swiper-slide .content h2 {
font-size: 45px!important;
line-height: 59.8px!important;
}
}
I am using the child theme but have not yet customized any of the code.
Hey!
ThemeNectar Support Team
That fixed it! Thanks so much for the fast response.