How can I decrease the gap between image and text on my website?

@winnado11

Please follow up below steps. May this help you.

  1. Go to online store > themes > actions > edit code
  2. Find Assets > assets/component-rte.css and paste below CSS at the bottom of the file
.rte>p:first-child

{margin-top: -20px;}