By default, the ShortPoint Panel element aligns the Title to the left:
If you want to change it, you can achieve that by using some simple custom CSS.
Align to Center
Please open the settings of the Panel element, switch to Custom CSS tab and paste the following code:
p.shortpoint-panel-title.shortpoint-clearfix { text-align: center; }
Here is what the result will be:
Align to Right
Please open the settings of the Panel element, switch to Custom CSS tab and paste the following code:
p.shortpoint-panel-title.shortpoint-clearfix { text-align: right; }
Here is what the result will be:
Note: for more information on inserting the custom CSS codes into Page Builder elements, please visit this article: How to Insert Custom CSS into a Page Builder Element? (Basic Tutorial)