Okay
  Public Ticket #2395184
Blog post vertical alignment
Closed

Comments

  • Terry Popik started the conversation

    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?

  •  1,810
    Support replied

    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