We've discovered some issues with the vertical spacing /alignment in blog posts. Depending on the browser width, there may be a huge space after the title, or the content will actually cover the title.
I would much prefer if post content was fixed like regular pages. Is there an easy way to achieve this?
Hello,
We've discovered some issues with the vertical spacing /alignment in blog posts. Depending on the browser width, there may be a huge space after the title, or the content will actually cover the title.
I would much prefer if post content was fixed like regular pages. Is there an easy way to achieve this?
Hi Terry,
You can add a media query height for the resolution you are interested in
so for example a media query for Ipad (portrait and landscape) would be:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
#hero.post-hero {
height: 50vh;
}
}
increase the height (50 vh)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy