Title: Cookie message different heights.
Last modified: October 22, 2016

---

# Cookie message different heights.

 *  Resolved [insanity83NL](https://wordpress.org/support/users/insanity83nl/)
 * (@insanity83nl)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/)
 * Hi there,
 * I’ve seen two different websites using the same plugin. On one website the height
   is acceptable and the other is not.
    These are the two websites:
 * [http://www.devq.nl](http://www.devq.nl)
 * [http://www.theorieoefenenonline.nl](http://www.theorieoefenenonline.nl)
 * What is the reason why the the two website show different boxes of cookie txt?
   
   Both sites use the same layout 3.
 * Hope to read more on this matter.

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

 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/#post-8376382)
 * The first site I can’t inspect as there is a protection in place blocking me 
   access to your code, the second site fails to fully load (stuck at 96%) so I 
   don’t get to see the cookie notice.
 * You’ll no doubt be able to modify the height of the cookie notices using CSS,
   using the plugin demo as an example, you could add this to your [Child Theme](https://codex.wordpress.org/Child_Themes)
   style.css file, or using a [Custom CSS](http://www.mhthemes.com/blog/wordpress-plugins-to-implement-code/#simple-custom-css)
   plugin.
 *     ```
       .pea_cook_wrapper {
           padding: 25px;
       }
       ```
   
 * Hope this helps.
 *  Thread Starter [insanity83NL](https://wordpress.org/support/users/insanity83nl/)
 * (@insanity83nl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/#post-8377851)
 * Thank you for your reply.
 * Made a complete backup of the site so you are able to view EU Cookie Law Compliance
   plugin in action.
 * new url: [http://yassir.devq.nl](http://yassir.devq.nl)
 * The css code you provided didn’t work 🙁
 * Hope someone is able to provide another solution.
 * Thnx in advance all !
 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/#post-8377867)
 * Thanks, the code I provided was for the plugin demo. I don’t actually see a cookie
   notice appearing when I visit the link.
 *  Thread Starter [insanity83NL](https://wordpress.org/support/users/insanity83nl/)
 * (@insanity83nl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/#post-8377886)
 * That is weird?
    I if I visit the backuped site I do see a cookie notice.
 * ![Screenshot](https://i0.wp.com/dl.devq.nl/ScreenShot2016-10-31at20.41.46.png)
 * The plugin is called TP Cookies Law
 * Hope to read more on this matter.
 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/#post-8377930)
 * Tried on different browsers and still no notice, I can’t find it within your 
   source code either.
 * If you right-click the notice and select the **Inspect Element** option, it will
   open a window/tab displaying the code of the area you right-clicked.
 * You can collapse and expand the elements within your code using the small arrows
   alongside each element. Select any element to view the CSS code (to the right
   of the window/tab) that is being applied to it.
 * From here you can find the classname and styles of the element you need to modify,
   it will be the **padding** value that you can change that will affect the height
   of the notice.
 * Hope this helps.

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

The topic ‘Cookie message different heights.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eu-cookie-law_39293e.svg)
 * [EU Cookie Law for GDPR/CCPA](https://wordpress.org/plugins/eu-cookie-law/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eu-cookie-law/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eu-cookie-law/)
 * [Active Topics](https://wordpress.org/support/plugin/eu-cookie-law/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eu-cookie-law/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eu-cookie-law/reviews/)

## Tags

 * [cookie](https://wordpress.org/support/topic-tag/cookie/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [EU](https://wordpress.org/support/topic-tag/eu/)
 * [heigth](https://wordpress.org/support/topic-tag/heigth/)
 * [law](https://wordpress.org/support/topic-tag/law/)

 * 5 replies
 * 2 participants
 * Last reply from: [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/cookie-message-different-heights/#post-8377930)
 * Status: resolved