Hi
1, please select none for “Skew Header Elements” on theme options:

2, If you talk about the line-height, it is possible to set it by custom CSS(“Appearance > Customize: Additional CSS”), like:
@media (max-width: 767.98px){
.entry p, .text_block h1 span, .text_block h2 span, .text_block h3 span, .text_block h4 span, .text_block h5 span, .text_block h6 span, .text_block p, .text_block span {
line-height: 1.1!important;
}
}
3, It should be in a Group module, refer to how to set Floating text
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook