Hello,
Sorry but not really sure what do you want to achieve there. But I think you need to move the text there in the About Me section to cover a short area in right. If so then you need to try this in your Custom CSS for achieving that:
#prefooter aside .textwidget > p {
float: right;
max-width: 500px;
text-align: justify;
}
If that is not what you want then you can make a screenshot of your requirement and upload that image using a free service like https://imgur.com and mention the link in your reply so that I will help you regarding that.
Thank you.