Comments 30damien started the conversationSeptember 30, 2021 at 10:01pmHi,How can I ensure that blog post titles are vertically centered instead of aligned to the top as they are out of the box?ThanksDamien 1,878Judith repliedSeptember 30, 2021 at 10:26pmHi Damien,Please try this css: #page-header-bg[data-post-hs="default_minimal"] .inner-wrap { padding-top: 300px !important;}Thanks. 30damien repliedSeptember 30, 2021 at 10:39pmperfect, thanks Judith! :)) 30damien repliedSeptember 30, 2021 at 10:48pmit looks like its applying this to mobile view too...can we exclude this edit for mobile? 2,960Andrew repliedOctober 1, 2021 at 8:54amHello Damien,Change the CSS to: @media only screen and (min-width: 1000px){ #page-header-bg[data-post-hs="default_minimal"] .inner-wrap { padding-top: 300px !important; } } Regards, 30damien repliedOctober 1, 2021 at 4:13pmperfect, thanks Andrew :) Sign in to reply ...
Hi,
How can I ensure that blog post titles are vertically centered instead of aligned to the top as they are out of the box?
Thanks
Damien
Hi Damien,
Please try this css:
Thanks.
perfect, thanks Judith! :))
it looks like its applying this to mobile view too...can we exclude this edit for mobile?
Hello Damien,
Change the CSS to:
Regards,
perfect, thanks Andrew :)