Title: CSS Position &#8220;Sticky&#8221;
Last modified: February 25, 2020

---

# CSS Position “Sticky”

 *  [AnonyMouse](https://wordpress.org/support/users/rubipn/)
 * (@rubipn)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/css-position-sticky/)
 * I have created an additional CSS class (bottom-sticky) and assigned it to a group
   at the bottom of the post (the blue button).
 * When in additional CSS:
 * .bottom-sticky {
    position: sticky; bottom: 0px; z-index: 900; max-width: 400px;
   margin-left: auto; margin-right: auto; }
 * For the position parameter, it states:
    Expected (static, relative, absolute,
   fixed) but found “sticky”.
 * Why doesn’t the “sticky” parameter work in this case?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-position-sticky%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/css-position-sticky/#post-12480783)
 * [@rubipn](https://wordpress.org/support/users/rubipn/)
 * The sticky parameter should work all fine, however, it is currently not supported
   by all the browsers hence you are seeing that message. However, you can ignore
   it and save the changes and see if that helps.
 * Thanks.
 *  Thread Starter [AnonyMouse](https://wordpress.org/support/users/rubipn/)
 * (@rubipn)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/css-position-sticky/#post-12481372)
 * Hello.
 * The problem is that it doesn’t work even if I save it and have it live.
 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/css-position-sticky/#post-12485231)
 * [@rubipn](https://wordpress.org/support/users/rubipn/)
 * Did you check it on the latest version of Google Chrome after clearing the browser
   cache? And maybe there is alternative way to achieve it for your site. You can
   search on Stackoverflow for it and manage as needed.
 * Thanks.

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

The topic ‘CSS Position “Sticky”’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/colormag/4.1.2/screenshot.jpg)
 * ColorMag
 * [Support Threads](https://wordpress.org/support/theme/colormag/)
 * [Active Topics](https://wordpress.org/support/theme/colormag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/colormag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/colormag/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/css-position-sticky/#post-12485231)
 * Status: not resolved