Title: Cookie Bar not centered
Last modified: September 1, 2016

---

# Cookie Bar not centered

 *  Resolved [ianlewis21](https://wordpress.org/support/users/ianlewis21/)
 * (@ianlewis21)
 * [10 years ago](https://wordpress.org/support/topic/cookie-bar-not-centered-1/)
 * On my website [http://www.weddingphotographybyianlewis.com](http://www.weddingphotographybyianlewis.com)
   my cookie bar has started being over the right hand side of the page and not 
   all the way along the top as it used to be. I can’t find the setting to make 
   it stretch the whole length of the page instead of starting where it currently
   does. Please can you point out how I can move its location. Many thanks
 * [https://wordpress.org/plugins/cookie-law-info/](https://wordpress.org/plugins/cookie-law-info/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [prekmurec](https://wordpress.org/support/users/prekmurec/)
 * (@prekmurec)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/cookie-bar-not-centered-1/#post-7601601)
 * Same thing on my site – i downgraded the plugin
 *  [Progenic](https://wordpress.org/support/users/pro21/)
 * (@pro21)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/cookie-bar-not-centered-1/#post-8483148)
 * You just have to edit the `var hdr_args` from js/cookielawinfo.js , to look like
   this:
 *     ```
       var hdr_args = {
       		'background-color': settings.background,
       		'color': settings.text,
       		'left':'0',
       		'font-family': settings.font_family
       	};
       ```
   
 * So you just have to add the left: 0, and the bar will work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cookie Bar not centered’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Progenic](https://wordpress.org/support/users/pro21/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/cookie-bar-not-centered-1/#post-8483148)
 * Status: resolved