Dear Kriesi Team
The line break/ return of body text and some post headlines changes on the mobile view.
How can I solve that?
Many thanks ;-)
Hey Ingrid!
I’m not quite sure what you mean from the description. What is it that you want to happen on mobile or not to happen on mobile?
Regards,
Devin
Hi!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .container { width: 300px; }}
Cheers!
Yigit