Viewing 1 replies (of 1 total)
  • Plugin Author wunderfarm

    (@wunderfarm)

    Hi sugarrae,

    thank you for writing us!

    This behaviour is not caused by WF Cookie Consent but it’s a bug in your WordPress-theme instead. I recommend you to add the following line to your CSS code, to enable word-wrap on smaller screens:

    @media only screen and (max-width: 1023px)
    body {
       word-wrap: break-word;
    }

    If you need further assistance or have any any further questions or feature requests to report please do not hesitate to contact us.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin indenting header on mobile’ is closed to new replies.