Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author hawkeye126

    (@hawkeye126)

    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

    (@dsbbb)

    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

    Plugin Author hawkeye126

    (@hawkeye126)

    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

    (@dsbbb)

    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.