• This is probably a simple answer to this so forgive me if the answer if obvious. I am kind of new at this. My website is http://www.magicalenchantment.com

    When you go there, you will see the post title (“Hello World”) with the date underneath it. I want to move the date to the right. How do I do that? Do I change something in index.php (Main Index Template) or in style.css (Stylesheet)?

    Please help!!! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • If this is what you are looking for…see date alignment at link below:

    http://www.georgetownprofessor.net/blogs/spring07/shyndman/

    Then, I did that by opening the index.php file in the default theme and wrapping the date code with right alignment tag….like below.

    <p align=”right”><small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small></p>

    Thread Starter daboxrulez

    (@daboxrulez)

    Thank you. It worked. I knew it was a simple solution. Now do I have to do that for every post that I make? Or can I change something in the stylesheet file to avoid that?

    No…that should move the date for every post….give it a try…what do you see.

    Steve

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Date Alignment’ is closed to new replies.