Viewing 1 replies (of 1 total)
  • Hi fendlel,

    here’s a quick fix that will swap the post title and the date. Feel free adjusting the margins to suit your taste, or add extra padding where required:


    /* swap post title and date */
    #main h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    }
    #main .postcontent h2 {
    margin-top: -65px;
    }

    Note that results may vary on your own site – looks like you’ve made some modifications to the look and feel of P2. Good luck 😉

Viewing 1 replies (of 1 total)
  • The topic ‘Blog date after title’ is closed to new replies.