PFT – Widget Spacing Control adds margin-top / margin-bottom inputs (desktop and mobile, separately) to every widget’s settings form. Negative values are supported, so you can both expand and tighten the space between widgets without adding empty spacer widgets.
-10 to tighten the gap)To make sure your margin settings always win over theme and other plugin CSS:
#id#id#id) raises specificity to 0-3-0-0, beating typical theme selectors.!important is added on every declaration as a second line of defense.wp_footer at priority 9999, so they load after all other styles.Media queries are used to switch between desktop and mobile values cleanly (inline styles are intentionally avoided because inline !important would override @media rules).
This plugin does not collect, store, or transmit any personal data. It only stores numeric margin values inside each widget’s settings.