Hi, all my sites with text only are not responsive. Could you please check?
http://www.paukersliebling.de/agb/
http://www.paukersliebling.de/widerrufsbelehrung/
http://www.paukersliebling.de/datenschutzbelehrung/
Hey nadinedomnink,
They adjust to different screen size, what do you mean by “not responsive”? Could you please attach some screenshots of the issue?
https://cl.ly/1O1J1B0r2y1L
Best regards,
Victoria
Hi, in the mobile view all the texts are cut off such as in your screenshot, you sent me…
here are other examples:
https://ibb.co/dt6byk
https://ibb.co/fnqfPQ
https://ibb.co/dLdBW5
Thanks a lot!
Hi nadinedomnink,
The issue is due to the long words, this happens very often with the German language, we will need to break the words, and sometimes the words will look weird, but the code is below.
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) {
.main_color p, .template-page .entry-content-wrapper h1,
template-page .entry-content-wrapper h2 {
word-wrap: break-word;
}
}
If you need further assistance please let us know.
Best regards,
Victoria