Yoko theme; Getting the date to sit above the blog post.

  • Hi there, again! I am looking for a CSS code, or a way to get the Date and Time stamp to sit above the blog posts and not in the left hand column.

    In fact, I could do away with the left hand column all together. Could someone assist me please.

    Thank you, Rosemary

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

  • Hi there,

    Please try to add this css;

    #content .entry-details,
    #content .entry-header,
    #content .entry-content{
      float: none;
    }
    
    #content .entry-header,
    #content .entry-content{
      width: 100%;
    }
  • The topic ‘Yoko theme; Getting the date to sit above the blog post.’ is closed to new replies.