Title: Push problem after update&#8230;
Last modified: September 1, 2016

---

# Push problem after update…

 *  Resolved [CBServices](https://wordpress.org/support/users/cbservices/)
 * (@cbservices)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-problem-after-update/)
 * All sites that use this plugin now have a problem.
    I use the push animation 
   but now it pushes everything off the screen.
 * What can I do to resolve this…
 * I have solved it on some sites by choosing the slide, but on some sites the slide
   falls under the header 🙁
 * Example: [http://www.demo.cb-s.nl/summerdays](http://www.demo.cb-s.nl/summerdays)
 * Also the hamburger icon get a border when clicked, previously this wasn’t the
   case…
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

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

 *  Thread Starter [CBServices](https://wordpress.org/support/users/cbservices/)
 * (@cbservices)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-problem-after-update/#post-7569102)
 * P.S. Check with Google Chrome 🙂
 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-problem-after-update/#post-7569106)
 * Hi CBServices,
 * The border is added by Chrome for accesibility reasons, you can override it with
   custom styles but I wouldnt advise it as it is added by Chrome for a reason.
 * Accesibility is important to me so I wont be removing it from the plugin Im afraid.
 * In regards the push problem, you seem to have some element called .super-container
   that is containing everything (including the menu and the button) and that is
   what you have chosen as the push wrapper so of course its pushing the button 
   and menu with it.
 * You need to select another element as the wrapper that doesnt contain the button
   and menu.
 * I see each page has another container #pl-45 but they change on each page, if
   you can add a common class to this then you could use that instead.
 * I hope the above helps!
 *  Thread Starter [CBServices](https://wordpress.org/support/users/cbservices/)
 * (@cbservices)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-problem-after-update/#post-7569113)
 * BS, the border is a css outline that differs in chrome.
 * Why does it work in Edge?
 * I need to hire someone to fix this 🙁 for I have not the time to make those containers
   on all my sites…
 * And why is the menu Below the header? How to fix that…
 * I am definitly very unhappy with the update.
 * However! What I am happy with is your responcetime! Compliments for that.
 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-problem-after-update/#post-7569121)
 * Hi CBServices,
 * Apologies that youre not happy but I have added warnings etc. and asked people
   to test the beta for months before finally releasing with the warning to try 
   it on a development environment before upgrading on any live sites.
 * The border is a Chrome accesibility addition that only Chrome adds, other browsers
   don’t but Im not going to start messing with browser accessibility as it is important
   to cater to disabled users as much as anyone else, if you want to remove it you
   can very easily with custom CSS.
 * Please see this stackoverflow discussion to do with this and the reasons why 
   its not a good idea to remove it and how to do it if you still want to:
 * [http://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome](http://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome)
 * In regards hiring someone I dont think thats necessary as it should only take
   about 30 seconds per site to implement, simply an opening div in your header.
   php file and a closing tag in your footer.php file above the wp_footer() call
   should do it.
 * In regards the button you could simply add the following to your custom CSS:
 * #responsive-menu-container {
    padding-top: 100px !important; }
 * I hope the above helps and if you need further help please let me know!
 * Many thanks

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

The topic ‘Push problem after update…’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/push-problem-after-update/#post-7569121)
 * Status: resolved