Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1030157

    Why is the author and date not centred at the botttom of the blog?

    #1030305

    Hey tonyshanks,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single .post-meta-infos {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1030440
    This reply has been marked as private.
    #1030444

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .fullsize .template-blog .post .entry-content-wrapper > * { 
    float: none; 
    } 
    
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.