On the mobile version of a Dutch website we see some long words falling off the screen. How can we fix this?
Please see the private content.
Hey digitalezaken,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#top #wrap_all .all_colors h1,
#top #wrap_all .all_colors h2,
#top #wrap_all .all_colors h3,
#top #wrap_all .all_colors h4,
#top #wrap_all .all_colors h5,
#top #wrap_all .all_colors h6,
#top #wrap_all p {
word-break: break-all;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey digitalezaken,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#top #wrap_all .all_colors h1,
#top #wrap_all .all_colors h2,
#top #wrap_all .all_colors h3,
#top #wrap_all .all_colors h4,
#top #wrap_all .all_colors h5,
#top #wrap_all .all_colors h6,
#top #wrap_all p {
word-break: break-all;
}
}
If you need further assistance please let us know.
Best regards,
Victoria