Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Archives page problem (not sure which forum group to put this) (http://forum.bytesforall.com/showthread.php?t=13442)

upalm Mar 22, 2011 11:04 PM

Archives page problem (not sure which forum group to put this)
 
1 Attachment(s)
i've created an archives page and all is good except that when i click on the archives by month link on the archives page, the resulting page is all screwed up. See attachment of screenshot and then compare it to this URL which is the correct styling: http://wordthirst.com
when i disable archive by date in ATO Archives it works fine. very strange. :confused:

juggledad Mar 23, 2011 04:52 AM

it's because of the css you added to CSS Inserts
HTML Code:

/*BELOW IS CODE FOR THE POST TITLE IMAGE*/
.date {
      background: url('http://wordthirst.com/wp-content/themes/atahualpa/images/post-title-date-img1.gif') repeat-x  scroll top left;
        display: inline;
        float: left;
        width:55px;
        text-align:center;
        color:#002157;
        font-family: georgia, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size:12px;
        margin: 0px 10px -10px 0px;
}

this is very global and since the <body...> html statement gets a class of 'date' assigned to it, this CSS applies so you see a new page background.

upalm Mar 23, 2011 12:19 PM

OK, thanks for the insight. I'll have to think this one over...
cheers


All times are GMT -6. The time now is 11:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.