Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #705708

    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

    #705803

    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

    #706092

    That’s great, thanks for your help VInay

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog page layout’ is closed to new replies.