Hi there!
Thanks for contacting us.
You can use the following code in your custom CSS to get the social icons more visible:
.article-details .sp-page-builder.sppb-article-page-wrapper .sppb-row{
justify-content: flex-end;
}
.sp-page-builder.sppb-article-page-wrapper .sppb-col-md-12 {
flex: 0 0 90%;
max-width: 90%;
}
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards