Hi eera5607,
In your case, I think you can try the following CSS code:
.com-content-article.default-1.item-page.has-sharing {
display: flex;
flex-direction: column;
}
.item-page .com-content-article__body.has-sharing {
padding-left: 0;
order: 1;
}
ul.tags.list-inline {
order: 2;
}
.item-page.has-sharing .pos-after-content {
margin-left: 0;
}
Hope this helps!