How can i reduce the space here. i only need 15px space between text.
Hi alfaweb2!
Please edit your special heading element (the one that you would like to move up) and give it a custom CSS class and then add following code to Quick CSS
.your-custom-class { margin-top: 15px !important; }
Best regards,
Yigit
Done. CLOSED