• I’d like to change the date stamp on my blog next to my title. And I’d like to change the container around the date from a rectangle to a custom image. Would anybody be able to help with that? (Basically, I’d like for the date to look like this blog.)I am really new at this, so step by step instructions would be best…

    Thanks so much!

Viewing 1 replies (of 1 total)
  • Try adding these lines to the END of style.css:

    .postdate {
        border-radius: 25px;
        float: left;
        height: 50px;
        margin: 0 10px 0 0;
        width: 50px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how to move date next to title’ is closed to new replies.