Social links and excerpt text alignment

Hi Joaquim,

I hope you are well today and thank you for your questions.

1) Is it possible to open the social links on new tabs?

You can achieve this by using the solution posted in the following topic.

https://colorlibsupport.com/t/dazzling-social-media-icons/

2) Can the excerpt text appear aligned on the center instead to the left?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.blog .entry-content p {
    text-align: center;
}

Best Regards,
Movin