Title: CSS fix
Last modified: August 21, 2016

---

# CSS fix

 *  [Art Project Group](https://wordpress.org/support/users/artprojectgroup/)
 * (@artprojectgroup)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-fix/)
 * I’d detect a bug on the CSS stylesheet with mobile dispositives. With this bug
   was impossible to close the cookie bar. It’s very easy to fix it. You must change
   this:
    #cookie-allow:hover { transition: height 1s; -moz-transition: height 1s;/*
   Firefox 4 */ -webkit-transition: height 1s; /* Safari and Chrome */ -o-transition:
   height 1s; /* Opera */ height: 60px; }
 * With this code:
    #cookie-allow:hover { transition: height 1s; -moz-transition:
   height 1s; /* Firefox 4 */ -webkit-transition: height 1s; /* Safari and Chrome*/-
   o-transition: height 1s; /* Opera */ min-height: 60px; }
 * And that’s all. Now it’s working fine.
 * Thanks a lot for your great job.
 * Kind regards.
 * [http://wordpress.org/plugins/cookiescontrol-spanish-rules/](http://wordpress.org/plugins/cookiescontrol-spanish-rules/)

The topic ‘CSS fix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cookiescontrol-spanish-rules.svg)
 * [CookiesControl (Spanish legislation)](https://wordpress.org/plugins/cookiescontrol-spanish-rules/)
 * [Support Threads](https://wordpress.org/support/plugin/cookiescontrol-spanish-rules/)
 * [Active Topics](https://wordpress.org/support/plugin/cookiescontrol-spanish-rules/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookiescontrol-spanish-rules/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookiescontrol-spanish-rules/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Art Project Group](https://wordpress.org/support/users/artprojectgroup/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/css-fix/)
 * Status: not resolved