Moving .entry-footer underneath post contents, Canard theme

  • Unknown's avatar

    Hello all,

    I am currently working on redesigning https://globalgator.wordpress.com/ and trying to move the .entry-footer text on blog posts (which contains the author/date/tags/etc) underneath the posts’ content. By doing so, I am also trying to have the posts content set to full-width—with no empty space on the left side where the .entry-footer text used to be. Any suggestions?

    Here is what it currently looks like: https://imgur.com/a/1LDG1Gv

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    You can add the following CSS code to the site via My Site → Appearance → Customize → Additional CSS. The CSS below will make the content go full-width and move the post meta to the bottom of the post.

    /* Make single post content fullwidth */
    @media screen and (min-width: 1380px){
    .single-post.post-template-default .entry-content {
        width: 100%;
     }
    }

    Hope that helps!

  • Unknown's avatar

    @aisajib Worked perfectly, thank you!!!

  • The topic ‘Moving .entry-footer underneath post contents, Canard theme’ is closed to new replies.