Plugin Author
9ete
(@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
9ete
(@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?