Hi @rahavard,
I hope you are well today and thank you for your question.
This is because you have added them as a footer widget and not copyright text.
You can remove the bottom padding by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-footer .sh-footer-widgets {
padding-bottom: 0;
}
Best regards,
Shufflehound team