Hi csoszitibor
Sorry for the slow reply. Who would have thought I had to subscribe to the support channel for my own theme?!?
Anyhow, yes, the theme is similar to Hello Theme as they are both minimal themes designed with Elementor in mind.
Previously, the theme did have alignment CSS rules, with the following:
.alignright{text-align:right}
.alignleft{text-align:left}
.aligncenter{text-align:center}
I removed the floats though, because, well it’s 2019. I haven’t used floats in any project for about 15 years. Anyway, WordPress still does, so who am I to argue ?? I’ll be adding them into v1.10 of the theme over the coming days, along with minimal gallery support and, as requested by another user:
add_post_type_support( "page", "excerpt" );