Title: Plugin indenting header on mobile
Last modified: August 30, 2016

---

# Plugin indenting header on mobile

 *  Resolved [sugarrae](https://wordpress.org/support/users/sugarrae/)
 * (@sugarrae)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-indenting-header-on-mobile/)
 * Installed the plugin. Works great. But it’s indenting my header on hickcountry.
   com (logo, top nav, etc.) to the left on mobile. How do I fix this?
 * [https://wordpress.org/plugins/wf-cookie-consent/](https://wordpress.org/plugins/wf-cookie-consent/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [wunderfarm](https://wordpress.org/support/users/wunderfarm/)
 * (@wunderfarm)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-indenting-header-on-mobile/#post-6622539)
 * 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.

 * ![](https://ps.w.org/wf-cookie-consent/assets/icon-256x256.png?rev=1330603)
 * [WF Cookie Consent](https://wordpress.org/plugins/wf-cookie-consent/)
 * [Support Threads](https://wordpress.org/support/plugin/wf-cookie-consent/)
 * [Active Topics](https://wordpress.org/support/plugin/wf-cookie-consent/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wf-cookie-consent/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wf-cookie-consent/reviews/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 1 reply
 * 2 participants
 * Last reply from: [wunderfarm](https://wordpress.org/support/users/wunderfarm/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-indenting-header-on-mobile/#post-6622539)
 * Status: resolved