• Hi guys!!

    Dont know whats happening anymore.. My Archive page (when you click on a link in the Archive Widget, like month or year) has messed up the css!

    I dont know why it is not using the css properties that i set in #wrapper, so its getting all aligned to the left.. And another weird thing is that it is getting a background image of the .date class, which are used only for h2 titles of the posts..

    My site is http://50.97.101.14/~pergu378/ this is all good then look at this for comparisson http://50.97.101.14/~pergu378/2013 and its messed =((

    Thanks in advance!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • your theme is using a css class .date for the formatting of the date near the post title; unforunately for you, .date is also output by body_class() for any date archive.

    change the styles for the post date by making them more specific, for instance from:

    .date { ... }

    to:

    #content .date { ... }

    or

    .hentry .date { ... }

    Thread Starter guds

    (@guds)

    Thanks so much!!! I changed the class name and it got alright!!

    Thank you!!

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

The topic ‘Archive.php Archive page messed up’ is closed to new replies.