Hi, I've attached a picture to help show what I mean. I like this layout of the post with a large featured image. But is there any way to have the title of the post appear 'above the fold'? So when you go to the post you can see the title (and the meta stuff) of it without having to scroll down first?
Hi, I've attached a picture to help show what I mean. I like this layout of the post with a large featured image. But is there any way to have the title of the post appear 'above the fold'? So when you go to the post you can see the title (and the meta stuff) of it without having to scroll down first?
Thanks
Greg
Hi,
Please go to Customize > Addtional CSS then add custom css to do that:
.penci-page-style-5 .penci-active-thumb .entry-media__content,
.penci-single-style-5 .penci-active-thumb .entry-media__content {
top: 40px;
bottom: auto;
}
You can change padding top is 40px to any space you want
Best Regards,
PenciDesign
Perfect! Thanks so much!