Forums

how to move date next to title (2 posts)

  1. rhuynh
    Member
    Posted 3 months ago #

    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!

  2. vtxyzzy
    Member
    Posted 3 months ago #

    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;
    }

Reply

You must log in to post.

About this Topic