Hi how can I change the Blog page to show the post title, date, comments etc above the image instead of below?
Many thanks for your help.
Jenny
Hey JennyGr,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.entry-content-header {
position:absolute;
top : 0;
}
.big-preview.single-big{
padding-top: 70px;
}
Best regards,
Vinay
That’s great, thanks for your help VInay