Hi there,
Welcome to SeaTheme forum.
For a single Post, there are options to config the title top/bottom spacing in Theme Options>Content
For a Page , there are not. Because the Page can be built by BM content includes title, it can be set spacing in the builder. It is possible by custom CSS to set the default title spacing:
@media (min-width: 768px) {
body.page .title-wrap {
margin-top: 40px;
padding-bottom: 120px;
}
}
@media (max-width: 767px) {
/*for mobile*/
body.page.responsive-ux .title-wrap {
margin-top: 40px;
padding-bottom: 60px;
}
}
Regards!
SeaTheme – FAQs – Twitter – Facebook