Hello
I have a headline that says ‘onderhoudsproducten’. The text is too long on mobile, so it won’t fit on the screen.
how do i make it smaller only on mobile?
Hi There,
Thanks for writing in!
You can decrease the font size for mobile device.
Please add this Code to element CSS of the headline element.
@media (max-width: 768px){
$el .x-text-content-text-primary {
font-size: 1em !important;
}
}

You can adjust the size further if needed.
Thanks
Thank you! 
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.