Title: Push up not working?
Last modified: January 30, 2019

---

# Push up not working?

 *  Resolved [wbdlc](https://wordpress.org/support/users/wbdlc/)
 * (@wbdlc)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/push-up-not-working-2/)
 * Hi,
 * I’ve enabled debugging to help aid the issue.
 * I actually have this set up on another site that works wonders with the exact
   same configuration as what is happening here.
 * I’m not entirely sure why it isn’t working, so help would be great. It’s meant
   to push-up before it hits the footer by a transparent separator.
 * Thanks in advance 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpush-up-not-working-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Loz702](https://wordpress.org/support/users/loz702/)
 * (@loz702)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/push-up-not-working-2/#post-11148824)
 * your site is slow as molasses…
    also, remove WWW from your site and have it load
   as non-www… using a WWW in your domain is a security issue…
 * plus it will help with your SEO as “WWW” is a phrase and counted towards your
   keyword density score, which lowers it…
 * BTW, I dont see no issue with your site. other than it loading dead slow
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/push-up-not-working-2/#post-11150955)
 * The reason why it’s not working, is because your CSS is keeping my plugin from
   pushing it up. The following CSS code causes it:
 *     ```
       .right-info-col-sc {
           margin-top: -80px !important;
           border-radius: 0px 0px 4px 4px;
           box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16), 0 5px 14px 0 rgba(0,0,0,0.12);
       }
       ```
   
 * My plugin is trying to pushing up the sticky element by changing the top margin,
   but since the code contains `!important` (generally bad practice in CSS), that
   won’t have any effect.
 * You’d need to remove that from your CSS, but I don’t know the original purpose
   of it, so it might break other things within your theme.
    -  This reply was modified 7 years, 4 months ago by [Senff - a11n](https://wordpress.org/support/users/senff/).
 *  Thread Starter [wbdlc](https://wordpress.org/support/users/wbdlc/)
 * (@wbdlc)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/push-up-not-working-2/#post-11152315)
 * Brilliant, cheers!
 * I’ve re-jigged the code behind it and now it works wonders.
 * Thanks, Mark 🙂

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

The topic ‘Push up not working?’ is closed to new replies.

 * ![](https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.gif?
   rev=2564941)
 * [Sticky Menu & Sticky Header](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [wbdlc](https://wordpress.org/support/users/wbdlc/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/push-up-not-working-2/#post-11152315)
 * Status: resolved