Title: Remove fixed property
Last modified: January 29, 2017

---

# Remove fixed property

 *  Resolved [samueldeivii](https://wordpress.org/support/users/samueldeivii/)
 * (@samueldeivii)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-fixed-property/)
 * Hello, how do I make the cookie notice appear at the end of the website? Currently
   has the fixed property that moves around the scroll, what I want is to only position
   at the end, with a float right and half the width.
    I was trying with this CCS
   but it did not work: #cookie-notice { margin-left: 931px; margin-top: 570px; 
   opacity: 0.8; position: static; min-width: initial! Important; }
 * Thank you very much for your answers.
    Regards

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

 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-fixed-property/#post-8715007)
 * Hi,
    Should be enough to set the position to relative:
 *     ```
       #cookie-notice {
       position: relative !important;
       }
       ```
   
 *  Thread Starter [samueldeivii](https://wordpress.org/support/users/samueldeivii/)
 * (@samueldeivii)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-fixed-property/#post-8762452)
 * thanks

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

The topic ‘Remove fixed property’ is closed to new replies.

 * ![](https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=3549327)
 * [Compliance by Hu-manity.co](https://wordpress.org/plugins/cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-notice/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [samueldeivii](https://wordpress.org/support/users/samueldeivii/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/remove-fixed-property/#post-8762452)
 * Status: resolved