Title: remove margin from div
Last modified: August 21, 2016

---

# remove margin from div

 *  Resolved [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * (@dsbbb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-margin-from-div/)
 * Hi, The app is great. But it added a margin to my page that I don’t what there.
   It leaves an awkward space below it that is annoying me. Is there any way to 
   reduce/remove the margin?
 * [https://wordpress.org/plugins/lowermedia-sticky-js-menus/](https://wordpress.org/plugins/lowermedia-sticky-js-menus/)

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

 *  Plugin Author [9ete](https://wordpress.org/support/users/hawkeye126/)
 * (@hawkeye126)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066110)
 * _If the following doesn’t work, link me to your site._
 * Add this to your child theme:
    (replace #id-of-div-with-unwanted-bottom-margin)
 * #id-of-div-with-unwanted-bottom-margin {
    margin-bottom: 0px !important; }
 * Thanks for using the plugin, this will be fixed in the next update!
 *  Thread Starter [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * (@dsbbb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066112)
 * Hi Hawkeye,
 * I tried your fix and unfortunately it didn’t work. It seems to be a style written
   into the div in the HTML. The site is [https://www.bbbhelp.com](https://www.bbbhelp.com)
 *  Plugin Author [9ete](https://wordpress.org/support/users/hawkeye126/)
 * (@hawkeye126)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066117)
 * This will fix it.
 * #headernav-sticky-wrapper {
    margin-bottom: 0 !important; }
 * The next update will as well which will require you to remove this css.
 *  Thread Starter [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * (@dsbbb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066124)
 * Thanks for the help! I didn’t set up my child theme correctly. But yes that worked.
   Would you mind posting here when the update with the fix is released so I can
   remove it?

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

The topic ‘remove margin from div’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lowermedia-sticky-js-menus_a4da7f.
   svg)
 * [LowerMedia Sticky.js Menus](https://wordpress.org/plugins/lowermedia-sticky-js-menus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lowermedia-sticky-js-menus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/)
 * [Active Topics](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066124)
 * Status: resolved