Hey there chandaluribhanuuday,
How are you doing today?
If you’re referring to single post pages there are several ways you can do this. I guess the easiest one would be with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
.single-post section#content {
position: relative;
}
.single-post h2.post-title.entry-title {
position: absolute;
top: 10px;
}
.single-post article.type-post {
padding-top: 70px;
}
This should be the result https://screencast.com/t/Lxut5KOU (image of my glorious cat included). If the code doesn’t work please keep it added and post link to your site so I can take a look ??
Best regards,
Bojan